Reorderable List Control for Unity
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)

public static int IndexOfChangedItem { get; }
public static function get IndexOfChangedItem() : int
Property Value
Type: Int32
This property should not be set when items are added or removed.
