ReorderableListControlClearAll Method |
Remove all items from list.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxprotected bool ClearAll(
IReorderableListAdaptor adaptor
)
protected function ClearAll(
adaptor : IReorderableListAdaptor
) : boolean
Parameters
- adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor.
Return Value
Type:
Boolean
Returns a value of
false if operation was cancelled.
RemarksThe event ItemRemoving is raised for each item prior to
clearing array and allows entire operation to be cancelled.
See Also