module
ImGui integrationInitializes and configures ImGui for Cubos.
Resources
- DataInspector - used to inspect/modify objects via UI.
Dependencies
Files
- file data_inspector.hpp
- Resource cubos::
engine:: DataInspector. - file plugin.hpp
- Plugin entry point.
- file target.hpp
- Component cubos::
engine:: ImGuiTarget.
Classes
- class cubos::engine::DataInspector
- Resource which allows the user to inspect or modify any reflectable value on the UI.
- struct cubos::engine::ImGuiTarget
- Component used to indicate that the ImGui frame should be rendered to a given RenderTarget.
Functions
-
auto imguiPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Function documentation
CUBOS_ ENGINE_ API void imguiPlugin(Cubos& cubos)
#include <engine/imgui/plugin.hpp>
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class |