ReorderableListGUI.ListField Method (IReorderableListAdaptor)

Rotorz ReorderableList

ReorderableListGUIListField Method (IReorderableListAdaptor)
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 ListField(
	IReorderableListAdaptor adaptor
)
public static function ListField(
	adaptor : IReorderableListAdaptor
)

Parameters

adaptor
Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
See Also