📄️ Parallel Nodes
Parallel nodes execute all their children concurrently, but not in separate threads.
📄️ Conditional Control Nodes
These control nodes select which child to execute based on the result of a condition (the first child).
📄️ Switch Node
The SwitchNode is equivalent to a switch statement: it selects which child to
📄️ Decorators
A decorator is a node that must have a single child.
📄️ Fallbacks (Controls)
This family of nodes are known as "Selector" or "Priority"
📄️ Sequences
A Sequence ticks all its children as long as