ReorderableListControlDrawEmptyAbsolute Delegate |
Invoked to draw content for empty list with absolute positioning.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic delegate void DrawEmptyAbsolute(
Rect position
)
public delegate DrawEmptyAbsolute(
position : Rect
)
Parameters
- position
- Type: Rect
Position of empty content.
See Also