AiBuilder.ixx File
Builder for AI behavior component configuration. More...
Included Headers
#include <helios.engine.builder.gameObject.builders.configs.ChaseConfig>
#include <helios.engine.ecs.GameObject>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | builder |
|
Fluent builder pattern for constructing GameObjects. More... | |
| namespace | gameObject |
|
Factory and prototype classes for GameObject construction. More... | |
| namespace | builders |
|
Domain-specific builders for configuring different aspects of GameObjects. More... | |
Classes Index
| class | AiBuilder |
|
Builder for configuring AI behavior components. More... | |
Description
Builder for AI behavior component configuration.
File Listing
The file content with the documentation metadata removed is:
12export namespace helios::engine::builder::gameObject::builders {
25 helios::engine::ecs::GameObject gameObject_;
34 explicit AiBuilder(helios::engine::ecs::GameObject gameObject) : gameObject_(gameObject) {}
41 [[nodiscard]] helios::engine::builder::gameObject::builders::configs::ChaseConfig chasing() const {
42 return helios::engine::builder::gameObject::builders::configs::ChaseConfig{gameObject_};
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.