Reorderable List Control for Unity
GenericListAdaptorTInsert Method |
Insert new element at specified index.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public virtual void Insert( int index )
public virtual function Insert( index : int )
Parameters
- index
- Type: SystemInt32
Zero-based index for list element.
Implements
IReorderableListAdaptorInsert(Int32)See Also