ReorderableListGUI.IndexOfChangedItem Property

Rotorz ReorderableList

ReorderableListGUIIndexOfChangedItem Property
Gets or sets the zero-based index of the last item that was changed. A value of -1 indicates that no item was changed by list.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static int IndexOfChangedItem { get; }
public static function get IndexOfChangedItem() : int

Property Value

Type: Int32
Remarks

This property should not be set when items are added or removed.

See Also