A Sandcastle Documented Class Library
MyBehaviourTreeStatus Enumeration |
The return type when invoking behaviour tree nodes.
Origionaly Developed by Ashley Davis. Modified for use in this project by Steven Mcvey.
Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)

C#
public enum MyBehaviourTreeStatus

Member name | Value | Description | |
---|---|---|---|
Success | 0 | The success | |
Failure | 1 | The failure | |
Running | 2 | The running |
