Click or drag to resize
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)
Syntax
public delegate void DrawEmptyAbsolute(
	Rect position
)

Parameters

position
Type: Rect
Position of empty content.
See Also