Skip to main content

types Namespace

Core type definitions for the lifecycle module. More...

Definition

namespace helios::engine::mechanics::lifecycle::types { ... }

Enumerations Index

enum classWorldLifecycleAction : uint8_t { ... }

Actions that can be requested via WorldLifecycleCommand. More...

Description

Core type definitions for the lifecycle module.

Contains action enums used by WorldLifecycleCommand and WorldLifecycleManager.

Enumerations

WorldLifecycleAction

enum class helios::engine::mechanics::lifecycle::types::WorldLifecycleAction : uint8_t
strong

Actions that can be requested via WorldLifecycleCommand.

Enumeration values
ResetResets all managers and the session to their initial state (= 0)

Definition at line 16 of file WorldLifecycleAction.ixx.

16 enum class WorldLifecycleAction : uint8_t {
17 /**
18 * @brief Resets all managers and the session to their initial state.
19 */
20 Reset = 0
21 };

The documentation for this namespace was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.