PassCommitListener.ixx File
Interface for listeners notified when a pass commits its state. More...
Included Headers
#include <helios.engine.runtime.world.UpdateContext>
#include <helios.engine.runtime.world.GameWorld>
#include <helios.engine.runtime.gameloop:CommitPoint>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | runtime |
| namespace | gameloop |
Classes Index
| class | PassCommitListener |
|
Interface for receiving notifications when a pass reaches its commit point. More... | |
Description
Interface for listeners notified when a pass commits its state.
File Listing
The file content with the documentation metadata removed is:
15using namespace helios::engine::runtime::world;
17export namespace helios::engine::runtime::gameloop {
65 class PassCommitListener {
73 virtual ~PassCommitListener() = default;
96 virtual void onPassCommit(
97 CommitPoint commitPoint,
98 GameWorld& gameWorld,
99 UpdateContext& updateContext) noexcept = 0;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.