Class FlowGraphCompilationContext
public sealed class FlowGraphCompilationContext : ICeresGraphCompilationContext, IDisposable
- Inheritance
-
objectFlowGraphCompilationContext
- Implements
-
IDisposable
- Inherited Members
-
object.Equals(object)object.Equals(object, object)object.GetHashCode()object.GetType()object.MemberwiseClone()object.ReferenceEquals(object, object)object.ToString()
Methods
AddOrCreateFunctionSubGraph(CeresGraphCompiler, FlowGraphFunctionAsset)
public FlowGraph AddOrCreateFunctionSubGraph(CeresGraphCompiler compiler, FlowGraphFunctionAsset asset)
Parameters
compilerCeresGraphCompilerassetFlowGraphFunctionAsset
Returns
Dispose()
public void Dispose()
GetPooled()
public static FlowGraphCompilationContext GetPooled()
Returns
PostCompileGraph(CeresGraph)
public void PostCompileGraph(CeresGraph source)
Parameters
sourceCeresGraph
PreCompileGraph(CeresGraph)
public void PreCompileGraph(CeresGraph source)
Parameters
sourceCeresGraph