![]() |
Blamite Game Engine - blam!
00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
|
Namespace for things related to the imgui menu bar. More...
Functions | |
BLAM void | LoadMenubarLayout () |
Loads the menu bar data from disk. More... | |
BLAM void | ReloadMenubar () |
Reloads the menu bar data from disk. More... | |
BLAM void | ReleaseMenubar () |
Releases the menu bar resources from memory. More... | |
BLAM BlamMenubar * | GetMenuBar () |
Retrieves the menu bar data. More... | |
Namespace for things related to the imgui menu bar.
Unlike previous iterations of the menu bar, the new menu bar is data-bound. That is, the contents and layout are customizable using the menu_bar_init.xml
file, which is of a very similar structure to debug_menu_init.xml
.
BlamMenubar * Blam::Settings::Menubar::GetMenuBar | ( | ) |
Retrieves the menu bar data.
void Blam::Settings::Menubar::LoadMenubarLayout | ( | ) |
Loads the menu bar data from disk.
void Blam::Settings::Menubar::ReleaseMenubar | ( | ) |
Releases the menu bar resources from memory.
void Blam::Settings::Menubar::ReloadMenubar | ( | ) |
Reloads the menu bar data from disk.