ReorderableListControl.CurrentItemTotalPosition Property

Rotorz ReorderableList

ReorderableListControlCurrentItemTotalPosition Property
Gets the total position of the list item 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 CurrentItemTotalPosition { get; }
public static function get CurrentItemTotalPosition() : 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