GameTimer2UiTextUpdateSystem.ixx File
System for binding game timer values to UI text components. More...
Included Headers
#include <format>
#include <helios.engine.mechanics.lifecycle.components.Active>
#include <helios.engine.modules.ui.layout>
#include <helios.engine.modules.ui.widgets>
#include <helios.engine.runtime.world.UpdateContext>
#include <helios.engine.runtime.world.GameWorld>
#include <helios.engine.common.tags.SystemRole>
#include <helios.engine.mechanics.timing.components>
#include <helios.engine.mechanics.timing.TimerManager>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | modules |
|
Domain-specific components and systems. More... | |
| namespace | ui |
|
User interface components and systems for game entities. More... | |
| namespace | binding |
|
Data binding systems for UI components. More... | |
| namespace | systems |
|
UI data binding systems. More... | |
Classes Index
| class | GameTimer2UiTextUpdateSystem |
|
System for binding game timer values to UI text components. More... | |
Description
System for binding game timer values to UI text components.
File Listing
The file content with the documentation metadata removed is:
26using namespace helios::engine::mechanics::timing;
30export namespace helios::engine::modules::ui::binding::systems {
43 class GameTimer2UiTextUpdateSystem {
48 TimerManager& timerManager_;
58 explicit GameTimer2UiTextUpdateSystem(TimerManager& timerManager)
72 void update(helios::engine::runtime::world::UpdateContext& updateContext) noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.