ReorderableListControl.Draw Method (Rect, IReorderableListAdaptor, ReorderableListControl.DrawEmptyAbsolute)

Rotorz ReorderableList

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
)
public function Draw(
	position : Rect,
	adaptor : IReorderableListAdaptor,
	drawEmpty : ReorderableListControlDrawEmptyAbsolute
)

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