SpawnBuilder Class
Builder for configuring spawn-related components. More...
Declaration
Public Constructors Index
| SpawnBuilder (helios::engine::ecs::GameObject gameObject) | |
|
Constructs a SpawnBuilder for the given GameObject. More... | |
Public Member Functions Index
| helios::engine::builder::gameObject::builders::configs::SpawnConfig | spawn () |
|
Returns a config for spawn profile setup. More... | |
Private Member Attributes Index
| helios::engine::ecs::GameObject | gameObject_ |
|
Non-owning pointer to the target GameObject. More... | |
Description
Builder for configuring spawn-related components.
Provides factory methods for integrating GameObjects with the spawn system and spawn profiles.
Definition at line 20 of file SpawnBuilder.ixx.
Public Constructors
SpawnBuilder()
| inline explicit |
Constructs a SpawnBuilder 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 SpawnBuilder.ixx.
Public Member Functions
spawn()
| inline |
Returns a config for spawn profile setup.
- Returns
SpawnConfig for fluent configuration.
Definition at line 41 of file SpawnBuilder.ixx.
Private Member Attributes
gameObject_
|
Non-owning pointer to the target GameObject.
Definition at line 25 of file SpawnBuilder.ixx.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.