WorldLifecycleCommand.ixx File
Command for requesting world-level lifecycle operations. More...
Included Headers
#include <helios.engine.mechanics.lifecycle.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 | lifecycle |
|
Lifecycle management for entity components and world-level operations. More... | |
| namespace | commands |
|
World-level lifecycle commands for the command buffer. More... | |
Classes Index
| class | WorldLifecycleCommand |
|
Command for requesting a world-level lifecycle operation. More... | |
Description
Command for requesting world-level lifecycle operations.
File Listing
The file content with the documentation metadata removed is:
12using namespace helios::engine::mechanics::lifecycle::types;
14export namespace helios::engine::mechanics::lifecycle::commands {
26 class WorldLifecycleCommand {
31 WorldLifecycleAction action_;
40 explicit WorldLifecycleCommand(const WorldLifecycleAction action) noexcept
41 : action_(action) {}
48 [[nodiscard]] WorldLifecycleAction action() const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.