Class FlowBehaviourData
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public sealed class FlowBehaviourData : FlowGraphData<FlowBehaviour>, IBehaviourGraphData, IFlowGraphDataWithPersistentVariables, IFlowGraphData, IGraphData
Constructors
FlowBehaviourData(FlowBehaviour)
Declaration
public FlowBehaviourData(FlowBehaviour definition)
Parameters
| Type | Name | Description |
|---|---|---|
| FlowBehaviour | 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> |