ItemInsertedEventArgs.WasDuplicated Property

Rotorz ReorderableList

ItemInsertedEventArgsWasDuplicated Property
Indicates if inserted item was duplicated from another item.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public bool WasDuplicated { get; }
public function get WasDuplicated() : boolean

Property Value

Type: Boolean
See Also