Crate behaviortree_rs_derive
source ·Macros§
- Registers an Action type node with the factory.
- Registers an Control type node with the factory.
- Registers an Decorator type node with the factory.
Attribute Macros§
- Macro used to automatically generate the default boilerplate needed for all
TreeNode
s.