Class BoltFlowConfiguration
Inheritance
object
BoltFlowConfiguration
Assembly: solution.dll
Syntax
public sealed class BoltFlowConfiguration : PluginConfiguration, IPluginModule, IPluginLinked, IEnumerable<PluginConfigurationItemMetadata>
Properties
animateControlConnections
Whether active control connections should show a droplet animation.
Declaration
[EditorPrefAttribute]
public bool animateControlConnections { get; set; }
Property Value
animateValueConnections
Whether active value connections should show a droplet animation.
Declaration
[EditorPrefAttribute]
public bool animateValueConnections { get; set; }
Property Value
favoriteUnitOptions
Declaration
[ProjectSettingAttribute]
public HashSet<string> favoriteUnitOptions { get; set; }
Property Value
| Type |
Description |
| HashSet<string> |
|
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
[EditorPrefAttribute]
public bool hidePortLabels { get; set; }
Property Value
predictConnectionValues
Whether predictable values should be shown on flow graph connections.
Declaration
[EditorPrefAttribute]
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
[EditorPrefAttribute]
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
[EditorPrefAttribute]
public bool predictPotentialNullReferences { get; set; }
Property Value
showConnectionValues
Whether values should be shown on flow graph connections.
Declaration
[EditorPrefAttribute]
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
[EditorPrefAttribute]
public bool skipContextMenu { get; set; }
Property Value
updateNodesAutomatically
(Experimental) Whether the node database should be incrementally updated
whenever a codebase change is detected.
Declaration
[EditorPrefAttribute]
[RenamedFromAttribute]
public bool updateNodesAutomatically { get; set; }
Property Value
Implements
IEnumerable<>
Extension Methods