Class LegacyFlowGraphData
Inherited Members
Namespace: Ludiq.Bolt
Syntax
[Obsolete("Use the new flow graph types instead (function, behaviour, macro).")]
public sealed class LegacyFlowGraphData : FlowGraphData<LegacyFlowGraph>, IFlowGraphData, IGraphDataWithLegacyVariables, IBehaviourGraphData, IGraphData
Constructors
LegacyFlowGraphData(LegacyFlowGraph)
Declaration
public LegacyFlowGraphData(LegacyFlowGraph definition)
Parameters
| Type | Name | Description |
|---|---|---|
| LegacyFlowGraph | definition |
Properties
isActive
Declaration
public bool isActive { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Implements
legacyVariables
Declaration
[Serialize]
[Obsolete("Use the new class variables system instead.")]
public VariableDeclarations legacyVariables { get; }
Property Value
| Type | Description |
|---|---|
| VariableDeclarations |