ReorderableListControlInsertItem Method |
Insert item at specified index and raises the event
ItemInserted.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxprotected void InsertItem(
IReorderableListAdaptor adaptor,
int itemIndex
)
protected function InsertItem(
adaptor : IReorderableListAdaptor,
itemIndex : int
)
Parameters
- adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor. - itemIndex
- Type: SystemInt32
Zero-based index of item.
See Also