![]() |
Ember
|
#include "Core/BehaviorTree.h"#include "Utils/Logger.h"#include <algorithm>#include <queue>#include <sstream>#include <stack>Go to the source code of this file.
Namespaces | |
| namespace | EmberCore |
| Main types header for EmberCore. | |
| namespace | EmberCore::BehaviorTreeUtils |
Functions | |
| std::unique_ptr< BehaviorTree > | EmberCore::BehaviorTreeUtils::CreateSampleTree () |
| Create a sample behavior tree for testing. | |
| std::unique_ptr< BehaviorTree > | EmberCore::BehaviorTreeUtils::CreateEmptyTree (const EmberCore::String &name="New Tree") |
| Create an empty behavior tree with basic structure. | |