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

Configuration for the default runner. More...

#include <runners.hpp>

Public Attributes

bool update_time_resource = true
 Whether to automatically update the Time resource.
 

Detailed Description

Configuration for the default runner.

Definition at line 56 of file runners.hpp.

Member Data Documentation

◆ update_time_resource

bool helios::app::DefaultRunnerConfig::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 57 of file runners.hpp.