Reorderable List Control for Unity
IReorderableListAdaptorGetItemHeight Method |
Gets height of list item in pixels.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

float GetItemHeight( int index )
function GetItemHeight( index : int ) : float
Parameters
- index
- Type: SystemInt32
Zero-based index of array element.
Return Value
Type: SingleMeasurement in pixels.
