Search Results for

    Show / Hide Table of Contents

    Class FlowGraphCompilationContext

    Inheritance
    object
    FlowGraphCompilationContext
    Implements
    ICeresGraphCompilationContext
    IDisposable
    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

    ICeresGraphCompilationContext
    IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX