| SerializedPropertyAdaptorGetItemHeight Method  | 
            Gets height of list item in pixels.
            
 
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic 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