ReorderableListGUI.ListFieldAbsolute Method (Rect, IReorderableListAdaptor, ReorderableListFlags)

Rotorz ReorderableList

ReorderableListGUIListFieldAbsolute Method (Rect, IReorderableListAdaptor, ReorderableListFlags)
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,
	ReorderableListFlags flags
)
public static function ListFieldAbsolute(
	position : Rect,
	adaptor : IReorderableListAdaptor,
	flags : ReorderableListFlags
)

Parameters

position
Type: Rect
Position of control.
adaptor
Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
flags
Type: Rotorz.ReorderableListReorderableListFlags
Optional flags to pass into list field.
See Also