Reorderable List Control for Unity
| IReorderableListAdaptorDuplicate Method |
Duplicate existing element.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxvoid Duplicate( int index )
function Duplicate( index : int )
Parameters
- index
- Type: SystemInt32
Zero-based index of list element.
RemarksConsider using the ICloneable interface to duplicate list elements where appropriate.
See Also