ReorderableListGUICurrentItemIndex Property |
Gets the zero-based index of the list item that is currently being drawn;
or a value of -1 if no item is currently being drawn.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic static int CurrentItemIndex { get; }
public static function get CurrentItemIndex() : int
Property Value
Type:
Int32
See Also