ReorderableListGUI.CalculateListFieldHeight Method (IReorderableListAdaptor)

Rotorz ReorderableList

ReorderableListGUICalculateListFieldHeight Method (IReorderableListAdaptor)
Calculate height of list field for adapted collection.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public 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