ReorderableListGUICurrentItemTotalPosition Property |
Gets the total position of the list item that is currently being drawn.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic static Rect CurrentItemTotalPosition { get; }
public static function get CurrentItemTotalPosition() : Rect
Property Value
Type:
Rect
RemarksThe value of this property should be ignored for Layout
type events when using reorderable list controls with automatic layout.
See Also