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

Ordering constraints for a system. More...

#include <scheduler.hpp>

Public Attributes

std::vector< ecs::SystemTypeIdbefore
 
std::vector< ecs::SystemTypeIdafter
 

Detailed Description

Ordering constraints for a system.

Definition at line 51 of file scheduler.hpp.

Member Data Documentation

◆ after

std::vector<ecs::SystemTypeId> helios::app::details::SystemOrdering::after

Definition at line 53 of file scheduler.hpp.

◆ before

std::vector<ecs::SystemTypeId> helios::app::details::SystemOrdering::before

Definition at line 52 of file scheduler.hpp.