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

Post-update schedule. More...

#include <schedules.hpp>

Static Public Attributes

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

Detailed Description

Post-update schedule.

Definition at line 101 of file schedules.hpp.

Member Data Documentation

◆ kName

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

Definition at line 102 of file schedules.hpp.