Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::ecs::ScheduleSettings Struct Reference

Settings that control how a schedule is compiled and executed. More...

#include <schedule.hpp>

Public Attributes

ExecutorKind executor_kind = ExecutorKind::kMultiThreaded

Detailed Description

Settings that control how a schedule is compiled and executed.

Definition at line 151 of file schedule.hpp.

Member Data Documentation

◆ executor_kind

ExecutorKind helios::ecs::ScheduleSettings::executor_kind = ExecutorKind::kMultiThreaded

Definition at line 152 of file schedule.hpp.