ReorderableListGUI.ListField(T) Method (IList(T), ReorderableListControl.ItemDrawer(T), Single)

Rotorz ReorderableList

ReorderableListGUIListFieldT Method (IListT, ReorderableListControlItemDrawerT, Single)
Draw list field control.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static void ListField<T>(
	IList<T> list,
	ReorderableListControlItemDrawer<T> drawItem,
	float itemHeight
)
public static function ListField.<T>(
	list : IList<T>,
	drawItem : ReorderableListControlItemDrawer<T>,
	itemHeight : float
)

Parameters

list
Type: System.Collections.GenericIListT
The list which can be reordered.
drawItem
Type: Rotorz.ReorderableListReorderableListControlItemDrawerT
Callback to draw list item.
itemHeight
Type: SystemSingle
Height of a single list item.

Type Parameters

T
Type of list item.
See Also