Reorderable List Control for Unity
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)

public static float CalculateListFieldHeight( SerializedProperty arrayProperty )
public static function CalculateListFieldHeight( arrayProperty : SerializedProperty ) : float
Parameters
- arrayProperty
- Type: SerializedProperty
Serializable property.
Return Value
Type: SingleRequired list height in pixels.
