Skip to main content

RuleConfig Struct

Configuration pairing a spawn profile with its rule. More...

Declaration

struct helios::engine::runtime::spawn::scheduling::RuleConfig { ... }

Public Member Attributes Index

helios::engine::runtime::spawn::types::SpawnProfileIdspawnProfileId {helios::core::types::no_init}

The spawn profile ID for this rule. More...

std::unique_ptr< helios::engine::runtime::spawn::policy::SpawnRule >spawnRule

The spawn rule controlling when spawns occur. More...

Description

Configuration pairing a spawn profile with its rule.

Definition at line 39 of file CyclicSpawnScheduler.ixx.

Public Member Attributes

spawnProfileId

helios::engine::runtime::spawn::types::SpawnProfileId helios::engine::runtime::spawn::scheduling::RuleConfig::spawnProfileId {helios::core::types::no_init}

spawnRule

std::unique_ptr<helios::engine::runtime::spawn::policy::SpawnRule> helios::engine::runtime::spawn::scheduling::RuleConfig::spawnRule

The spawn rule controlling when spawns occur.

Definition at line 49 of file CyclicSpawnScheduler.ixx.

49 std::unique_ptr<helios::engine::runtime::spawn::policy::SpawnRule> spawnRule;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.