ReorderableListGUICalculateListFieldHeight Method (Int32) |
Calculate height of list field for absolute positioning.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic static float CalculateListFieldHeight(
int itemCount
)
public static function CalculateListFieldHeight(
itemCount : int
) : float
Parameters
- itemCount
- Type: SystemInt32
Count of items in list.
Return Value
Type:
Single
Required list height in pixels.
See Also