System.ixx File
Base class for game systems that operate on the GameWorld. More...
Included Headers
#include <helios.engine.ecs.Updatable>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | ecs |
|
Core Entity-Component-System architecture. More... | |
Classes Index
| class | System |
|
Abstract base class for game systems. More... | |
Description
Base class for game systems that operate on the GameWorld.
File Listing
The file content with the documentation metadata removed is:
12export namespace helios::engine::ecs {
38 class System : public helios::engine::ecs::Updatable {
48 helios::engine::runtime::world::GameWorld* gameWorld_ = nullptr;
68 virtual void init(helios::engine::runtime::world::GameWorld& gameWorld) noexcept {
69 gameWorld_ = &gameWorld;
79 void update(helios::engine::runtime::world::UpdateContext& updateContext) noexcept override = 0;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.