Search Results for

    Show / Hide Table of Contents

    Class FlowGraphTracker

    Inheritance
    object
    FlowGraphTracker
    FlowGraphDependencyTracker
    Namespace: Ceres.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public class FlowGraphTracker : IDisposable

    Constructors

    FlowGraphTracker()

    Declaration
    protected FlowGraphTracker()

    Methods

    Auto()

    Creates a helper struct for the scoped using blocks.

    Declaration
    public FlowGraphTracker.TrackerAutoScope Auto()
    Returns
    Type Description
    FlowGraphTracker.TrackerAutoScope

    IDisposable struct which calls Begin and End automatically.

    Dispose()

    Declaration
    public virtual void Dispose()

    EnterNode(ExecutableNode)

    Declaration
    public virtual UniTask EnterNode(ExecutableNode node)
    Parameters
    Type Name Description
    ExecutableNode node
    Returns
    Type Description
    UniTask

    ExitNode(ExecutableNode)

    Declaration
    public virtual UniTask ExitNode(ExecutableNode node)
    Parameters
    Type Name Description
    ExecutableNode node
    Returns
    Type Description
    UniTask

    GetActiveTracker()

    Declaration
    public static FlowGraphTracker GetActiveTracker()
    Returns
    Type Description
    FlowGraphTracker

    SetActiveTracker(FlowGraphTracker)

    Set current active FlowGraphTracker

    Declaration
    public static void SetActiveTracker(FlowGraphTracker tracker)
    Parameters
    Type Name Description
    FlowGraphTracker tracker
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX