Reorderable List Control for Unity
ReorderableListControlDrawEmptyAbsolute Delegate |
Invoked to draw content for empty list with absolute positioning.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

public delegate void DrawEmptyAbsolute( Rect position )
public delegate DrawEmptyAbsolute( position : Rect )
Parameters
- position
- Type: Rect
Position of empty content.
