GenericListAdaptor(T).Move Method

Rotorz ReorderableList

GenericListAdaptorTMove Method
Move element from source index to destination index.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public virtual void Move(
	int sourceIndex,
	int destIndex
)
public virtual function Move(
	sourceIndex : int,
	destIndex : int
)

Parameters

sourceIndex
Type: SystemInt32
Zero-based index of source element.
destIndex
Type: SystemInt32
Zero-based index of destination element.

Implements

IReorderableListAdaptorMove(Int32, Int32)
See Also