behavioural root

The behavioural root is the mandatory starting point for any Behaviour Tree logic. It serves as the single entry point from which the system begins evaluating the branches of your AI or automated sequence.
When to use this node:
* Logic Initiation: Every standalone Behaviour Tree must begin with this node.
* Organization: Use the description property to label what the specific tree does (e.g., "Guardian Bot Logic" or "Ambient Room Lighting AI") for easier identification in complex projects.
Pro Tip: Since the root only has one output, it is usually connected directly to a Selector or Sequence to begin the decision-making process.
Connectors out
- out [type: behaviour]
Node properties
- description [type: string]
- tick span [type: integer]