ReorderableListGUI.CurrentItemIndex Property

Rotorz ReorderableList

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.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static int CurrentItemIndex { get; }
public static function get CurrentItemIndex() : int

Property Value

Type: Int32
See Also