Reorderable List Control for Unity
ReorderableListControlClearAll Method |
Remove all items from list.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

protected bool ClearAll( IReorderableListAdaptor adaptor )
protected function ClearAll( adaptor : IReorderableListAdaptor ) : boolean
Parameters
- adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
Return Value
Type: BooleanReturns a value of false if operation was cancelled.

The event ItemRemoving is raised for each item prior to clearing array and allows entire operation to be cancelled.
