IReorderableListAdaptor.Insert Method

Rotorz ReorderableList

IReorderableListAdaptorInsert 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
void Insert(
	int index
)
function Insert(
	index : int
)

Parameters

index
Type: SystemInt32
Zero-based index for list element.
See Also