FixedSpawnAmount.ixx File
Amount provider that returns a fixed spawn count. More...
Included Headers
#include <helios.engine.runtime.world.GameWorld>
#include <helios.engine.runtime.spawn.policy.SpawnRuleState>
#include <helios.engine.runtime.world.UpdateContext>
#include <helios.engine.runtime.spawn.policy.amount.SpawnAmountProvider>
#include <helios.engine.runtime.pooling.types.GameObjectPoolId>
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 | policy |
|
Spawn rules, conditions, and amount providers. More... | |
| namespace | amount |
|
Spawn amount providers for determining spawn quantities. More... | |
Classes Index
| class | FixedSpawnAmount |
|
Amount provider that returns a fixed spawn count. More... | |
Description
Amount provider that returns a fixed spawn count.
File Listing
The file content with the documentation metadata removed is:
15export namespace helios::engine::runtime::spawn::policy::amount {
26 class FixedSpawnAmount : public SpawnAmountProvider {
40 explicit FixedSpawnAmount(const size_t amount)
41 : amount_(amount) {}
47 const helios::engine::runtime::pooling::types::GameObjectPoolId gameObjectPoolId,
48 const SpawnRuleState& spawnRuleState,
49 const helios::engine::runtime::world::GameWorld& gameWorld,
50 const helios::engine::runtime::world::UpdateContext& updateContext
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.