Click or drag to resize

TriggeredNodeStartConstraint enumeration

Start behaviour of triggered nodes when started by the user (UserRun): None = no direct start, All = all triggered nodes within of a (partial) tree started by UserRun start directly (like non-triggered nodes), Direct = all triggered nodes start directly when they themselves were started by UserRun. NoTreeEvents = everything else does not apply to nodes triggered by TreeEvents.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
[FlagsAttribute]
public enum TriggeredNodeStartConstraint
Member
Member nameValueDescription of the
None0Triggered nodes can only be started by their trigger.
NoTreeEvents1Triggered nodes without TreeEventTrigger can be started directly.
Direct2Triggered nodes can be started if they are triggered directly.
DirectNoTreeEvents3Triggered nodes can be started if they are triggered directly and their trigger is not a TreeEventTrigger.
All4Triggered nodes can be started if their (sub)tree has been started.
AllNoTreeEvents5Triggered nodes can be started if their (sub)tree has been started and their trigger is not a TreeEventTrigger.
See also