Class BoltFlowConfiguration
Inheritance
BoltFlowConfiguration
Syntax
[Plugin("VisualScripting.Flow")]
public sealed class BoltFlowConfiguration : PluginConfiguration, IPluginModule, IPluginLinked, IEnumerable<PluginConfigurationItemMetadata>, IEnumerable
Properties
animateControlConnections
Whether active control connections should show a droplet animation.
Declaration
[EditorPref]
public bool animateControlConnections { get; set; }
Property Value
animateValueConnections
Whether active value connections should show a droplet animation.
Declaration
[EditorPref]
public bool animateValueConnections { get; set; }
Property Value
favoriteUnitOptions
Declaration
[ProjectSetting(visible = false, resettable = false)]
public HashSet<string> favoriteUnitOptions { get; set; }
Property Value
Declaration
public override string header { get; }
Property Value
Overrides
hidePortLabels
Whether labels should be hidden on ports when the value can be deduced from the context.
Disabling will make nodes more explicit but less compact.
Declaration
[EditorPref]
public bool hidePortLabels { get; set; }
Property Value
predictConnectionValues
Whether predictable values should be shown on flow graph connections.
Declaration
[EditorPref]
public bool predictConnectionValues { get; set; }
Property Value
predictPotentialMissingComponents
Whether predictive debugging should warn about missing components.
Note that in some cases, this setting may report false positives.
Declaration
[EditorPref]
public bool predictPotentialMissingComponents { get; set; }
Property Value
predictPotentialNullReferences
Whether predictive debugging should warn about null value inputs.
Note that in some cases, this setting may report false positives.
Declaration
[EditorPref]
public bool predictPotentialNullReferences { get; set; }
Property Value
showConnectionValues
Whether values should be shown on flow graph connections.
Declaration
[EditorPref]
public bool showConnectionValues { get; set; }
Property Value
When active, right-clicking a flow graph will skip the context menu
and instantly open the fuzzy finder. To open the context menu, hold shift.
Declaration
[EditorPref]
public bool skipContextMenu { get; set; }
Property Value
updateNodesAutomatically
(Experimental) Whether the node database should be incrementally updated
whenever a codebase change is detected.
Declaration
[EditorPref]
[RenamedFrom("updateUnitsAutomatically")]
public bool updateNodesAutomatically { get; set; }
Property Value
Extension Methods