Class StateGraphContext
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public sealed class StateGraphContext : ClassGraphContext, IGraphContext, IDisposable
Constructors
StateGraphContext(GraphReference)
Declaration
public StateGraphContext(GraphReference reference)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | reference |
Properties
canvas
Declaration
public StateCanvas canvas { get; }
Property Value
| Type | Description |
|---|---|
| StateCanvas |
graph
Declaration
public StateGraph graph { get; }
Property Value
| Type | Description |
|---|---|
| StateGraph |