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