SerializedPropertyAdaptor.GetItemHeight Method

Rotorz ReorderableList

SerializedPropertyAdaptorGetItemHeight 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)
Syntax
public virtual float GetItemHeight(
	int index
)
public virtual function GetItemHeight(
	index : int
) : float

Parameters

index
Type: SystemInt32
Zero-based index of array element.

Return Value

Type: Single
Measurement in pixels.

Implements

IReorderableListAdaptorGetItemHeight(Int32)
See Also