Engine » ImGui integration module

Initializes and configures ImGui for Cubos.

Resources

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)

Plugin entry function.

Parameters
cubos Cubos main class