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

Extract schedule (runs after the last frame schedule). More...

#include <schedules.hpp>

Static Public Attributes

static constexpr std::string_view kName = "helios::app::Extract"

Detailed Description

Extract schedule (runs after the last frame schedule).

Definition at line 117 of file schedules.hpp.

Member Data Documentation

◆ kName

std::string_view helios::app::Extract::kName = "helios::app::Extract"
staticconstexpr

Definition at line 118 of file schedules.hpp.