Click or drag to resize
GenericListAdaptorT Constructor

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public GenericListAdaptor(
	IList<T> list,
	ReorderableListControlItemDrawer<T> itemDrawer,
	float itemHeight
)

Parameters

list
Type: System.Collections.GenericIListT
The list which can be reordered.
itemDrawer
Type: Rotorz.ReorderableListReorderableListControlItemDrawerT
Callback to draw list item.
itemHeight
Type: SystemSingle
Height of list item in pixels.
See Also