Class FlowUberGraph
Top level graph type of FlowGraph, contains all sub-graphs.
Implements
IDisposableUnregister
Inherited Members
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowUberGraph : FlowGraph, IDisposableUnregister
Constructors
FlowUberGraph(FlowGraphData)
Declaration
public FlowUberGraph(FlowGraphData flowGraphData)
Parameters
Type | Name | Description |
---|---|---|
FlowGraphData | flowGraphData |
Methods
Compile(CeresGraphCompiler)
Compile graph just in time
Declaration
public override void Compile(CeresGraphCompiler compiler)
Parameters
Type | Name | Description |
---|---|---|
CeresGraphCompiler | compiler | Runtime compiler |
Overrides
IsUberGraph()
Is graph on top level which means it can have subGraphs
Declaration
public override bool IsUberGraph()
Returns
Type | Description |
---|---|
bool |
Overrides
Implements
IDisposableUnregister