ImGuiOverlayRenderSystem.ixx File
Runtime system that triggers rendering of an ImGui overlay each update. More...
Included Headers
#include <cassert>
#include <helios.imgui.ImGuiOverlay>
#include <helios.engine.runtime.world.UpdateContext>
#include <helios.engine.runtime.world.tags.SystemRole>
Namespaces Index
| namespace | helios |
| namespace | imgui |
| namespace | systems |
| namespace | tags |
Classes Index
| class | ImGuiOverlayRenderSystem |
|
Adapts an ImGuiOverlay to the engine runtime system update step. More... | |
Description
Runtime system that triggers rendering of an ImGui overlay each update.
File Listing
The file content with the documentation metadata removed is:
18using namespace helios::imgui;
19export namespace helios::imgui::systems {
28 class ImGuiOverlayRenderSystem {
33 ImGuiOverlay& overlay_;
40 using EngineRoleTag = SystemRole;
47 explicit ImGuiOverlayRenderSystem(ImGuiOverlay& overlay) : overlay_(overlay) {}
54 overlay_.render();
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.