Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.
runAtEventintnoRun the tree at this Atoms simulation event. Valid values are: 0 (InitFrame), 1 (EndFrame), 2, (PrePhysics) 3 (PostPhysics)
singleThreadboolno"If on, the behaviour tree computation is run on a single thread. This will make the simulation deterministic (slower than running in multithread).


...