InitializerList.ixx File
Composite initializer that chains multiple SpawnInitializers. More...
Included Headers
#include <array>
#include <memory>
#include <helios.engine.runtime.spawn.SpawnContext>
#include <helios.engine.runtime.spawn.SpawnPlanCursor>
#include <helios.engine.ecs.GameObject>
#include <helios.engine.runtime.spawn.behavior.SpawnInitializer>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | runtime |
|
Runtime infrastructure for game execution and lifecycle orchestration. More... | |
| namespace | spawn |
|
Entity spawning infrastructure for the helios engine. More... | |
| namespace | behavior |
|
Spawn behavior strategies for positioning and initializing entities. More... | |
| namespace | initializers |
|
Concrete SpawnInitializer implementations. More... | |
Classes Index
| class | InitializerList<N> |
|
Composite initializer that executes multiple SpawnInitializers in sequence. More... | |
Description
Composite initializer that chains multiple SpawnInitializers.
File Listing
The file content with the documentation metadata removed is:
18export namespace helios::engine::runtime::spawn::behavior::initializers {
42 class InitializerList final : public SpawnInitializer {
61 explicit InitializerList(std::unique_ptr<Args>&& ...args) : initializers_{std::move(args)...}{}
70 void initialize(
71 helios::engine::ecs::GameObject gameObject,
72 const SpawnPlanCursor& cursor,
73 const SpawnContext& spawnContext
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.