SerializedPropertyAdaptorInsert Method |
Insert new element at specified index.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic void Insert(
int index
)
public function Insert(
index : int
)
Parameters
- index
- Type: SystemInt32
Zero-based index for list element.
Implements
IReorderableListAdaptorInsert(Int32)
See Also