Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- GenericListAdaptor<(Of <(<'T>)>)>
- Move(Int32, Int32)
Move Method (sourceIndex, destIndex)
Move element from source index to destination index.
public void Move( int sourceIndex, int destIndex )
Parameters
- sourceIndex (Int32)
- Zero-based index of source element.
- destIndex (Int32)
- Zero-based index of destination element.