Reorderable List Control for Unity
IReorderableListAdaptorDrawItem Method |
Draws main interface for a list item.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

void DrawItem( Rect position, int index )
function DrawItem( position : Rect, index : int )
Parameters
- position
- Type: Rect
Position in GUI. - index
- Type: SystemInt32
Zero-based index of array element.

This method is used to handle all GUI events.
