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.

...