ReorderableListControl.Draw Method (IReorderableListAdaptor, ReorderableListControl.DrawEmpty)

Rotorz ReorderableList

ReorderableListControlDraw Method (IReorderableListAdaptor, ReorderableListControlDrawEmpty)
Draw layout version of list control.

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

Parameters

adaptor
Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
drawEmpty
Type: Rotorz.ReorderableListReorderableListControlDrawEmpty
Delegate for drawing empty list.
See Also