ReorderableListGUI.CalculateListFieldHeight Method (SerializedProperty)

Rotorz ReorderableList

ReorderableListGUICalculateListFieldHeight Method (SerializedProperty)
Calculate height of list field for absolute positioning.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static float CalculateListFieldHeight(
	SerializedProperty arrayProperty
)
public static function CalculateListFieldHeight(
	arrayProperty : SerializedProperty
) : float

Parameters

arrayProperty
Type: SerializedProperty
Serializable property.

Return Value

Type: Single
Required list height in pixels.
See Also