Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Behaviour Tree module is responsible to assign and run a Behaviour Tree to the agents.


Attributes

AttributesTypeOverridableDescription
activeboolyesIf off, this module won't assign the given behaviour tree to the agent.
debugboolnoActivate the debugging mode, the debugging mode prints useful information in your application log.
namestringnoThe Behaviour Tree to assign.
dynamicAttributesstring noThe dynamic attributes for this module. The content of this string will define the parent blackboard of the Behaviour Tree blackboard.



  • No labels