Class FlowUberGraph
Top level graph type of FlowGraph, contains all sub-graphs.
public sealed class FlowUberGraph : FlowGraph, IDisposableUnregister
- Inheritance
-
objectFlowUberGraph
- Implements
-
IDisposableUnregister
- Inherited Members
Constructors
FlowUberGraph(FlowGraphData)
public FlowUberGraph(FlowGraphData flowGraphData)
Parameters
flowGraphDataFlowGraphData
Methods
Compile(CeresGraphCompiler)
Compile graph just in time
public override void Compile(CeresGraphCompiler compiler)
Parameters
compilerCeresGraphCompilerRuntime compiler
IsUberGraph()
Is graph on top level which means it can have subGraphs
public override bool IsUberGraph()
Returns
- bool