SpawnProfile.ixx File
Configuration profile defining how entities are spawned and initialized. More...
Included Headers
#include <memory>
#include <helios.engine.core.data.GameObjectPoolId>
#include <helios.engine.runtime.spawn.behavior.SpawnInitializer>
#include <helios.engine.runtime.spawn.behavior.SpawnPlacer>
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... | |
Classes Index
| struct | SpawnProfile |
|
Configuration profile defining spawn behavior for a pool. More... | |
Description
Configuration profile defining how entities are spawned and initialized.
File Listing
The file content with the documentation metadata removed is:
15export namespace helios::engine::runtime::spawn {
43 struct SpawnProfile {
53 std::unique_ptr<helios::engine::runtime::spawn::behavior::SpawnPlacer> spawnPlacer;
58 std::unique_ptr<helios::engine::runtime::spawn::behavior::SpawnInitializer> spawnInitializer;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.