Click or drag to resize
ReorderableListControlDraw Method (Rect, IReorderableListAdaptor, ReorderableListControlDrawEmptyAbsolute)
Draw list control with absolute positioning.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public void Draw(
	Rect position,
	IReorderableListAdaptor adaptor,
	ReorderableListControlDrawEmptyAbsolute drawEmpty
)

Parameters

position
Type: Rect
Position of list control in GUI.
adaptor
Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
drawEmpty
Type: Rotorz.ReorderableListReorderableListControlDrawEmptyAbsolute
Delegate for drawing empty list.
See Also