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. |