Manager.ixx File
Abstract base class for game world managers. More...
Included Headers
#include <helios.engine.runtime.world.UpdateContext>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | runtime |
|
Runtime infrastructure for game execution and lifecycle orchestration. More... | |
| namespace | world |
|
World state management and per-frame update context. More... | |
Classes Index
| class | Manager |
|
Abstract base class for managers that process deferred operations. More... | |
Description
Abstract base class for game world managers.
File Listing
The file content with the documentation metadata removed is:
12export namespace helios::engine::runtime::world {
14 class GameWorld;
60 helios::engine::runtime::world::GameWorld* gameWorld_ = nullptr;
74 virtual void onAdd(helios::engine::runtime::world::GameWorld& gameWorld) {
75 gameWorld_ = &gameWorld;
87 helios::engine::runtime::world::GameWorld& gameWorld
103 helios::engine::runtime::world::GameWorld& gameWorld,
104 helios::engine::runtime::world::UpdateContext& update_context
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.