Crate behaviortree_rs_derive

Crate behaviortree_rs_derive 

Source

Macros§

register_action_node
Registers an Action type node with the factory.
register_control_node
Registers an Control type node with the factory.
register_decorator_node
Registers an Decorator type node with the factory.

Attribute Macros§

bt_node
Macro used to automatically generate the default boilerplate needed for all TreeNodes.

Derive Macros§

FromString