DestroySessionSystem.ixx File
System that transitions the current session into the destroyed state. More...
Included Headers
#include <helios.engine.runtime.world.tags.SystemRole>
#include <helios.engine.runtime.world.Session>
#include <helios.engine.runtime.world.UpdateContext>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | platform |
| namespace | lifecycle |
| namespace | systems |
Classes Index
| class | DestroySessionSystem |
|
System that marks the active session as destroyed. More... | |
Description
System that transitions the current session into the destroyed state.
File Listing
The file content with the documentation metadata removed is:
14using namespace helios::engine::runtime::world;
16export namespace helios::engine::platform::lifecycle::systems {
24 class DestroySessionSystem {
38 void update(helios::engine::runtime::world::UpdateContext& updateContext) noexcept {
39 updateContext.session().destroy();
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.