ReorderableListGUICalculateListFieldHeight Method (IReorderableListAdaptor) |
Calculate height of list field for adapted collection.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic static float CalculateListFieldHeight(
IReorderableListAdaptor adaptor
)
public static function CalculateListFieldHeight(
adaptor : IReorderableListAdaptor
) : float
Parameters
- adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
Return Value
Type:
Single
Required list height in pixels.
See Also