Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- GenericListAdaptor<(Of <(<'T>)>)>
- DrawItem(Rect, Int32)
DrawItem Method (position, index)
Draw interface for list element.
public void DrawItem( Rect position, int index )
Parameters
- position (Rect)
- Position in GUI.
- index (Int32)
- Zero-based index of array element.