AiBuilder Class
Builder for configuring AI behavior components. More...
Declaration
Public Constructors Index
| AiBuilder (helios::engine::ecs::GameObject gameObject) | |
Public Member Functions Index
| helios::engine::builder::gameObject::builders::configs::ChaseConfig | chasing () const |
|
Returns a config for chase behavior setup. More... | |
Private Member Attributes Index
| helios::engine::ecs::GameObject | gameObject_ |
|
Non-owning pointer to the target GameObject. More... | |
Description
Builder for configuring AI behavior components.
Provides factory methods for setting up AI behaviors like chasing and seeking targets.
Definition at line 20 of file AiBuilder.ixx.
Public Constructors
AiBuilder()
| inline explicit |
Constructs an AiBuilder for the given GameObject.
- Parameters
-
<a href="/docs/helios/namespaces/helios/engine/builder/gameobject">gameObject</a> Target GameObject to configure.
Definition at line 34 of file AiBuilder.ixx.
Public Member Functions
chasing()
| inline nodiscard |
Returns a config for chase behavior setup.
- Returns
ChaseConfig for fluent configuration.
Definition at line 41 of file AiBuilder.ixx.
Private Member Attributes
gameObject_
|
Non-owning pointer to the target GameObject.
Definition at line 25 of file AiBuilder.ixx.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.