SpawnPlacer.ixx File
Abstract interface for determining spawn positions. More...
Included Headers
#include <optional>
#include <helios.engine.ecs.EntityHandle>
#include <helios.math>
#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... | |
Classes Index
| class | SpawnPlacer |
|
Abstract interface for determining spawn positions. More... | |
Description
Abstract interface for determining spawn positions.
File Listing
The file content with the documentation metadata removed is:
16using namespace helios::engine::runtime::spawn::types;
17export namespace helios::engine::runtime::spawn::behavior {
47 class SpawnPlacer {
51 virtual ~SpawnPlacer() = default;
64 virtual helios::math::vec3f getPosition(
65 const helios::engine::ecs::EntityHandle& entityHandle,
66 const helios::math::aabbf& gameObjectBounds,
67 const helios::math::aabbf& environmentBounds,
68 const SpawnPlanCursor& cursor,
69 const SpawnContext& spawnContext
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.