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.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic static int IndexOfChangedItem { get; }
public static function get IndexOfChangedItem() : int
Property Value
Type:
Int32
RemarksThis property should not be set when items are added or removed.
See Also