ReorderableListControl.DrawEmptyAbsolute Delegate

Rotorz ReorderableList

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
)
public delegate DrawEmptyAbsolute(
	position : Rect
)

Parameters

position
Type: Rect
Position of empty content.
See Also