Reorderable List Control for Unity
Remove Method (index)
Remove element at specified index.
public void Remove( int index )
Parameters
- index (Int32)
- Zero-based index of list element.
public void Remove( int index )