SelectMode Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Location
- Namespace
- Fuse.Selection
- Package
- Fuse.Selection 2.9.1
Possible Values
- Toggle
-
Toggles the selection on/off
- AddOnly
-
Adds the selectable to the selection
- RemoveOnly
-
Removes the selectable from the selection
Interface of SelectMode
AddOnly : SelectMode uno
Adds the selectable to the selection
HasFlag(SelectMode) : bool uno
RemoveOnly : SelectMode uno
Removes the selectable from the selection
SelectMode - SelectMode : SelectMode uno
SelectMode != SelectMode : bool uno
SelectMode & SelectMode : SelectMode uno
SelectMode ^ SelectMode : SelectMode uno
SelectMode == SelectMode : bool uno
SelectMode | SelectMode : SelectMode uno
Toggle : SelectMode uno
Toggles the selection on/off