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