ReorderableListControl.AddItem Method

Rotorz ReorderableList

ReorderableListControlAddItem Method
Add item at end of list and raises the event ItemInserted.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
protected void AddItem(
	IReorderableListAdaptor adaptor
)
protected function AddItem(
	adaptor : IReorderableListAdaptor
)

Parameters

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