Click or drag to resize
ReorderableListGUIListField Method (IReorderableListAdaptor, ReorderableListControlDrawEmpty)
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,
	ReorderableListControlDrawEmpty drawEmpty
)

Parameters

adaptor
Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
drawEmpty
Type: Rotorz.ReorderableListReorderableListControlDrawEmpty
Callback to draw custom content for empty list (optional).
See Also