Reorderable List Control for Unity
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)

protected void AddItem( IReorderableListAdaptor adaptor )
protected function AddItem( adaptor : IReorderableListAdaptor )
Parameters
- adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
