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

Configuration for the once runner. More...

#include <runners.hpp>

Public Attributes

bool update_time_resource = true
 Whether to update the Time resource.
 

Detailed Description

Configuration for the once runner.

Definition at line 294 of file runners.hpp.

Member Data Documentation

◆ update_time_resource

bool helios::app::OnceRunnerConfig::update_time_resource = true

Whether to update the Time resource.

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

Definition at line 295 of file runners.hpp.