ReorderableListGUI.ListFieldAbsolute Method (Rect, IReorderableListAdaptor, ReorderableListControl.DrawEmptyAbsolute)

Rotorz ReorderableList

ReorderableListGUIListFieldAbsolute Method (Rect, IReorderableListAdaptor, ReorderableListControlDrawEmptyAbsolute)
Draw list field control for adapted collection.

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

Parameters

position
Type: Rect
Position of control.
adaptor
Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
drawEmpty
Type: Rotorz.ReorderableListReorderableListControlDrawEmptyAbsolute
Callback to draw custom content for empty list (optional).
See Also