Search Results for

    Show / Hide Table of Contents

    Enum ExecutionPath

    Define how to execute node

    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public enum ExecutionPath

    Fields

    Name Description
    Dependency

    Execute node by a dependency graph that let node executed only when used

    Forward

    Execute node in a forward path that ensure order

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