group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
DebugUI::ExternalPanel Struct Reference

Build the unified debug menu window. More...

#include <DebugUI.hpp>

Public Attributes

const char * name
 Display name shown as checkbox label.
bool * visible
 Pointer to the visibility flag.

Detailed Description

Build the unified debug menu window.

Renders a single ImGui window with a checkbox per debug panel (both DebugUI-owned and external panels passed by Game). Only call when showDebugMenu is true.

Parameters
externalPanelsNamed toggle pairs for panels owned outside DebugUI.

Member Data Documentation

◆ name

const char* DebugUI::ExternalPanel::name

Display name shown as checkbox label.

◆ visible

bool* DebugUI::ExternalPanel::visible

Pointer to the visibility flag.


The documentation for this struct was generated from the following file: