Search Results for

    Show / Hide Table of Contents

    Class FlowUberGraph

    Top level graph type of FlowGraph, contains all sub-graphs.

    Inheritance
    object
    CeresGraph
    FlowGraph
    FlowUberGraph
    Implements
    IDisposableUnregister
    Inherited Members
    FlowGraph.Events
    FlowGraph.Dispose()
    FlowGraph.ExecuteEvent(UObject, string, EventBase)
    FlowGraph.TryExecuteEvent(UObject, string, EventBase)
    FlowGraph.LinkPort(CeresPort, CeresNode, CeresPortData)
    FlowGraph.GetExecutionContext()
    CeresGraph.BlackBoard
    CeresGraph.variables
    CeresGraph.nodes
    CeresGraph.nodeGroups
    CeresGraph.SubGraphSlots
    CeresGraph.SetCompilerTarget(CeresGraphCompiler)
    CeresGraph.InitVariables(CeresGraph)
    CeresGraph.InitPorts(CeresGraph)
    CeresGraph.CompileNodes(CeresGraphCompiler)
    CeresGraph.CollectDependencyPath(CeresGraph)
    CeresGraph.FindNode(string)
    CeresGraph.FindNode<TNode>(string)
    CeresGraph.GetFirstNodeOfType<TNode>()
    CeresGraph.SetDependencyPath(int[][])
    CeresGraph.GetDependencyPaths()
    CeresGraph.GetNodeDependencyPath(string)
    CeresGraph.GetNodeDependencyPath(CeresNode)
    CeresGraph.FindSubGraph<TGraph>(string)
    CeresGraph.AddSubGraphSlot<TGraph>(CeresSubGraphSlot)
    CeresGraph.TopologicalSort(CeresGraph, List<CeresNode>)
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class FlowUberGraph : FlowGraph, IDisposableUnregister

    Constructors

    FlowUberGraph(FlowGraphData)

    Declaration
    public FlowUberGraph(FlowGraphData flowGraphData)
    Parameters
    Type Name Description
    FlowGraphData flowGraphData

    Methods

    Compile(CeresGraphCompiler)

    Compile graph just in time

    Declaration
    public override void Compile(CeresGraphCompiler compiler)
    Parameters
    Type Name Description
    CeresGraphCompiler compiler

    Runtime compiler

    Overrides
    FlowGraph.Compile(CeresGraphCompiler)

    IsUberGraph()

    Is graph on top level which means it can have subGraphs

    Declaration
    public override bool IsUberGraph()
    Returns
    Type Description
    bool
    Overrides
    CeresGraph.IsUberGraph()

    Implements

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