Search Results for

    Show / Hide Table of Contents

    Enum Node.State

    The states a node can be in.

    Namespace: GraphViewBehaviorTree.Nodes
    Assembly: cs.temp.dll.dll
    Syntax
    public enum State

    Fields

    Name Description
    Failure

    The Node has completed unsuccessfully;

    Running

    The Node is Running

    Success

    The Node has completed successfully.

    In This Article
    Back to top Generated by DocFX