Reorderable List Control for Unity
ItemMovingEventArgsItemIndex Property |
Gets current zero-based index of item which is going to be moved.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public int ItemIndex { get; }
public function get ItemIndex() : int
Property Value
Type: Int32See Also