Versions Compared

Key

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

The point finder finds a point on an height field. The point can be the closest point to the agent or the intersection with the agent direction or up vectorBehaviour 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.
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).


...