Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- IReorderableListAdaptor
- Move(Int32, Int32)
Move Method (sourceIndex, destIndex)
Move element from source index to destination index.
void Move( int sourceIndex, int destIndex )
Parameters
- sourceIndex (Int32)
- Zero-based index of source element.
- destIndex (Int32)
- Zero-based index of destination element.