ReorderableListControlCalculateListHeight Method (IReorderableListAdaptor) |
Calculate height of list control in pixels.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic float CalculateListHeight(
IReorderableListAdaptor adaptor
)
public function CalculateListHeight(
adaptor : IReorderableListAdaptor
) : float
Parameters
- adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
Return Value
Type:
Single
Required list height in pixels.
See Also