GenericListAdaptor(T) Constructor

Rotorz ReorderableList

GenericListAdaptorT Constructor
Initializes a new instance of GenericListAdaptorT.

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
)
public function GenericListAdaptor(
	list : IList<T>,
	itemDrawer : ReorderableListControlItemDrawer<T>,
	itemHeight : float
)

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