Delegate ReorderableListControl.DrawEmptyAbsolute
Invoked to draw content for empty list with absolute positioning.
Namespace: Unity.VisualScripting.ReorderableList
Syntax
public delegate void DrawEmptyAbsolute(Rect position);
Parameters
Type | Name | Description |
---|---|---|
Rect | position | Position of empty content. |