Reorderable List Control for Unity
ReorderableListControlCalculateListHeight Method (IReorderableListAdaptor) |
Calculate height of list control in pixels.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

public float CalculateListHeight( IReorderableListAdaptor adaptor )
public function CalculateListHeight( adaptor : IReorderableListAdaptor ) : float
Parameters
- adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
Return Value
Type: SingleRequired list height in pixels.
