Class FlowMacroData
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public sealed class FlowMacroData : FlowGraphData<FlowMacro>, IBehaviourGraphData, IFlowGraphDataWithPersistentVariables, IFlowGraphData, IGraphData
Constructors
FlowMacroData(FlowMacro)
Declaration
public FlowMacroData(FlowMacro definition)
Parameters
| Type | Name | Description |
|---|---|---|
| FlowMacro | definition |
Properties
isActive
Declaration
public bool isActive { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Implements
variables
Declaration
public Dictionary<Guid, object> variables { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<Guid, Object> |