Reorderable List Control for Unity
IReorderableListAdaptorRemove Method |
Remove element at specified index.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

void Remove( int index )
function Remove( index : int )
Parameters
- index
- Type: SystemInt32
Zero-based index of list element.
