Class BoltStateConfiguration
Inheritance
BoltStateConfiguration
Syntax
[Plugin("VisualScripting.State")]
public sealed class BoltStateConfiguration : PluginConfiguration, IPluginModule, IPluginLinked, IEnumerable<PluginConfigurationItemMetadata>, IEnumerable
Properties
animateTransitions
Whether traversed transitions should show a droplet animation.
Declaration
[EditorPref]
public bool animateTransitions { get; set; }
Property Value
Declaration
public override string header { get; }
Property Value
Overrides
statesReveal
Determines under which condition events should be shown in state nodes.
Declaration
[EditorPref]
public StateRevealCondition statesReveal { get; set; }
Property Value
transitionsEndArrow
Whether state transitions should show an arrow at their destination state. This can appear confusing when there are
multiple transitions.
Declaration
[EditorPref]
public bool transitionsEndArrow { get; set; }
Property Value
transitionsReveal
Determines under which condition event names should be shown in state transition.
Declaration
[EditorPref]
public StateRevealCondition transitionsReveal { get; set; }
Property Value
Extension Methods