|
group2 0.1.0
CSE 125 Group 2
|
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. | |
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.
| externalPanels | Named toggle pairs for panels owned outside DebugUI. |
| const char* DebugUI::ExternalPanel::name |
Display name shown as checkbox label.
| bool* DebugUI::ExternalPanel::visible |
Pointer to the visibility flag.