ReorderableListGUI.CurrentListPosition Property

Rotorz ReorderableList

ReorderableListGUICurrentListPosition Property
Gets the position of the list control that 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 Rect CurrentListPosition { get; }
public static function get CurrentListPosition() : Rect

Property Value

Type: Rect
Remarks

The value of this property should be ignored for Layout type events when using reorderable list controls with automatic layout.

See Also