Class FlowGraphCompilationContext
Inheritance
object
FlowGraphCompilationContext
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowGraphCompilationContext : ICeresGraphCompilationContext, IDisposable
Methods
AddOrCreateFunctionSubGraph(CeresGraphCompiler, FlowGraphFunctionAsset)
Declaration
public FlowGraph AddOrCreateFunctionSubGraph(CeresGraphCompiler compiler, FlowGraphFunctionAsset asset)
Parameters
| Type | Name | Description |
|---|---|---|
| CeresGraphCompiler | compiler | |
| FlowGraphFunctionAsset | asset |
Returns
| Type | Description |
|---|---|
| FlowGraph |
Dispose()
Declaration
public void Dispose()
GetPooled()
Declaration
public static FlowGraphCompilationContext GetPooled()
Returns
| Type | Description |
|---|---|
| FlowGraphCompilationContext |
PostCompileGraph(CeresGraph)
Declaration
public void PostCompileGraph(CeresGraph source)
Parameters
| Type | Name | Description |
|---|---|---|
| CeresGraph | source |
PreCompileGraph(CeresGraph)
Declaration
public void PreCompileGraph(CeresGraph source)
Parameters
| Type | Name | Description |
|---|---|---|
| CeresGraph | source |
Implements
IDisposable