Click or drag to resize
MemberReferenceDrawerGetPropertyHeight Method
Gets the total height of this editor.

Namespace: Slash.Unity.Editor.Common.Inspectors.Utils
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public override float GetPropertyHeight(
	SerializedProperty property,
	GUIContent label
)

Parameters

property
Type: SerializedProperty
Property to get the total height of the editor for.
label
Type: GUIContent
The parameter is not used.

Return Value

Type: Single
Total height of this editor.
See Also