Reorderable List Control for Unity
ItemMovingEventArgs Constructor |
Initializes a new instance of ItemMovingEventArgs.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

public ItemMovingEventArgs( IReorderableListAdaptor adaptor, int itemIndex, int destinationItemIndex )
public function ItemMovingEventArgs( adaptor : IReorderableListAdaptor, itemIndex : int, destinationItemIndex : int )
Parameters
- adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor. - itemIndex
- Type: SystemInt32
Zero-based index of item. - destinationItemIndex
- Type: SystemInt32
Xero-based index of item destination.
