IReorderableListAdaptorRemove Method |
Remove element at specified index.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxfunction Remove(
index : int
)
Parameters
- index
- Type: SystemInt32
Zero-based index of list element.
See Also