![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
Class for the original menu bar shown with ImGUI. More...
#include <devtools_bar.hpp>
Public Member Functions | |
BlamImGuiWindow_DevToolsBar (bool show_in_window) | |
void | SetDrawModeNotMainMenu () |
Instructs the menu to draw as a menu bar within a window, rather than as part of the main menu bar. More... | |
void | Draw () |
Draws the menu bar contents. More... | |
Additional Inherited Members | |
![]() | |
bool | show = false |
Controls whether or not the group should be shown. May not be used in all groups. More... | |
Class for the original menu bar shown with ImGUI.
For legacy purposes, it can be viewed within its own window. Many of its links are either broken or are simply placeholders. It was used from the engine inception until late 2019.
|
inline |
|
inlinevirtual |
Draws the menu bar contents.
Reimplemented from BlamImGuiWindow.
|
inline |
Instructs the menu to draw as a menu bar within a window, rather than as part of the main menu bar.