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)

void Duplicate( int index )
function Duplicate( index : int )
Parameters
- index
- Type: SystemInt32
Zero-based index of list element.

Consider using the ICloneable interface to duplicate list elements where appropriate.
