Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
helios::app::TimedRunnerConfig Struct Reference

Configuration for the timed runner. More...

#include <runners.hpp>

Public Attributes

float duration_seconds = 1.0F
 Duration to run in seconds.
 
bool update_time_resource = true
 Whether to automatically update the Time resource.
 

Detailed Description

Configuration for the timed runner.

Definition at line 159 of file runners.hpp.

Member Data Documentation

◆ duration_seconds

float helios::app::TimedRunnerConfig::duration_seconds = 1.0F

Duration to run in seconds.

Examples
/home/runner/work/HeliosEngine/HeliosEngine/src/core/include/helios/core/app/runners.hpp.

Definition at line 160 of file runners.hpp.

◆ update_time_resource

bool helios::app::TimedRunnerConfig::update_time_resource = true

Whether to automatically update the Time resource.

Examples
/home/runner/work/HeliosEngine/HeliosEngine/src/core/include/helios/core/app/runners.hpp.

Definition at line 161 of file runners.hpp.