Enum Node.Status
Status of a graph node.
Namespace: Unity.Muse.Behavior
Assembly: Unity.Muse.Behavior.dll
Syntax
public enum Node.Status
Fields
Name | Description |
---|---|
Failure | The node has failed. |
Running | The node is currently running. |
Success | The node has succeeded. |
Uninitialized | The node has not started. |
Waiting | The node is currently waiting for child nodes to complete. |