Table of Contents

Class FlowGraphCompilationContext

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll
public sealed class FlowGraphCompilationContext : ICeresGraphCompilationContext, IDisposable
Inheritance
object
FlowGraphCompilationContext
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

compiler CeresGraphCompiler
asset FlowGraphFunctionAsset

Returns

FlowGraph

Dispose()

public void Dispose()

GetPooled()

public static FlowGraphCompilationContext GetPooled()

Returns

FlowGraphCompilationContext

PostCompileGraph(CeresGraph)

public void PostCompileGraph(CeresGraph source)

Parameters

source CeresGraph

PreCompileGraph(CeresGraph)

public void PreCompileGraph(CeresGraph source)

Parameters

source CeresGraph