TimerControlCommand.ixx File
Command for controlling game timer state transitions. More...
Included Headers
#include <cassert>
#include <memory>
#include <helios.engine.mechanics.timing.types>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | mechanics |
|
High-level gameplay systems and components for game logic. More... | |
| namespace | timing |
|
Game timer management system. More... | |
| namespace | commands |
|
Timer control commands for the command buffer. More... | |
Classes Index
| class | TimerControlCommand |
|
Command that carries a TimerControlContext to the timer subsystem. More... | |
Description
Command for controlling game timer state transitions.
File Listing
The file content with the documentation metadata removed is:
17export namespace helios::engine::mechanics::timing::commands {
28 class TimerControlCommand {
33 helios::engine::mechanics::timing::types::TimerControlContext timerContext_;
42 explicit TimerControlCommand(
43 helios::engine::mechanics::timing::types::TimerControlContext timerContext
52 [[nodiscard]] helios::engine::mechanics::timing::types::TimerControlContext timerControlContext() const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.