TriggerBypassMode Enum
Location
- Namespace
 - Fuse.Triggers
 - Package
 - Fuse.Triggers 2.9.1
 
Possible Values
- Standard
 - 
Changes in state during the root frame are handled as bypass, with special exceptions.
 - Never
 - 
All changes are treated as normal and nothing is bypassed.
 - Rooting
 - 
Only changes during the rooting frame are handled as bypass, without special exceptions.
 - ExceptLayout
 - 
Deprecated: 2017-07-21 For possible backwards compatibilty, like Standard but excludes the check for layout bypass. This mode should not be used.
 
Interface of TriggerBypassMode
ExceptLayout : TriggerBypassMode uno
Deprecated: 2017-07-21 For possible backwards compatibilty, like Standard but excludes the check for layout bypass. This mode should not be used.
HasFlag(TriggerBypassMode) : bool uno
Never : TriggerBypassMode uno
All changes are treated as normal and nothing is bypassed.
Rooting : TriggerBypassMode uno
Only changes during the rooting frame are handled as bypass, without special exceptions.
Standard : TriggerBypassMode uno
Changes in state during the root frame are handled as bypass, with special exceptions.