limboai/bt
Serhii Snitsaruk 1e9b321283
Allow setting custom scene root for behavior trees
- Adds new argument to `BehaviorTree.instantiate()`
- Adds `BTPlayer.set_scene_root_hint()` method
2024-08-05 13:03:50 +02:00
..
tasks Fix error if `changed` signal is already connected to a BBParam in a bunch of tasks 2024-08-02 10:07:42 +02:00
behavior_tree.cpp Allow setting custom scene root for behavior trees 2024-08-05 13:03:50 +02:00
behavior_tree.h Allow setting custom scene root for behavior trees 2024-08-05 13:03:50 +02:00
bt_instance.cpp BTPlayer: Allow changing BT instance at runtime 2024-08-04 12:36:44 +02:00
bt_instance.h BTPlayer: Allow changing BT instance at runtime 2024-08-04 12:36:44 +02:00
bt_player.cpp Allow setting custom scene root for behavior trees 2024-08-05 13:03:50 +02:00
bt_player.h Allow setting custom scene root for behavior trees 2024-08-05 13:03:50 +02:00
bt_state.cpp Allow monitoring BT performance in BTState 2024-08-04 10:37:41 +02:00
bt_state.h Allow monitoring BT performance in BTState 2024-08-04 10:37:41 +02:00