Runtime types
Runtime types
Access Behave.Runtime
Description
These are the types used by the Behave runtime classes. Specifically the Tree class and the IAgent interface and therefore you will be using them as well.
Enums
enum BehaveResult { Running, Success, Failure };
Delegates
BehaveResult TickForward (Tree sender, string stringParameter, float floatParameter, IAgent agent, object data);
void ResetForward (Tree sender, string stringParameter, float floatParameter, IAgent agent, object data);
BehaveResult TickForwardShort (Tree sender);
void ResetForwardShort (Tree sender);