EmitterSpawnPlacer.ixx File
Placer that spawns entities at the emitter's position. More...
Included Headers
#include <cassert>
#include <helios.math>
#include <helios.engine.ecs.EntityHandle>
#include <helios.engine.runtime.spawn.behavior.SpawnPlacer>
#include <helios.engine.runtime.spawn.types.SpawnContext>
#include <helios.engine.runtime.spawn.types.SpawnPlanCursor>
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 | placements |
|
Concrete SpawnPlacer implementations. More... | |
Classes Index
| class | EmitterSpawnPlacer |
|
Placer that spawns entities at the emitter's position. More... | |
Description
Placer that spawns entities at the emitter's position.
File Listing
The file content with the documentation metadata removed is:
17using namespace helios::engine::runtime::spawn::types;
18export namespace helios::engine::runtime::spawn::behavior::placements {
32 class EmitterSpawnPlacer final : public SpawnPlacer {
50 const helios::engine::ecs::EntityHandle& entityHandle,
51 const helios::math::aabbf& gameObjectBounds,
52 const helios::math::aabbf& environmentBounds,
53 const SpawnPlanCursor& cursor,
54 const SpawnContext& spawnContext
57 const auto emitterCtx = spawnContext.emitterContext;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.