Updatable.ixx File
Interface for components that require per-frame updates. 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 | ecs |
|
Core Entity-Component-System architecture. More... | |
Classes Index
| class | Updatable |
|
Interface for components that require per-frame updates. More... | |
Description
Interface for components that require per-frame updates.
File Listing
The file content with the documentation metadata removed is:
12export namespace helios::engine::ecs {
40 virtual ~Updatable() = default;
49 virtual void update(helios::engine::runtime::world::UpdateContext& updateContext) noexcept = 0;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.