![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
Structure representing the menu bar. More...
#include <menubar.h>
Public Attributes | |
std::vector< BlamMenubarItem > | items |
List of all items in this menu. More... | |
int | version = -1 |
The menu file version. More... | |
Structure representing the menu bar.
The menu bar refers to the standard ImGUI menu bar that is seen on the top of the screen in debug and test builds of the engine. Much like the debug menu, its items and layout can be configured and customized via an XML file as the user desires.
std::vector<BlamMenubarItem> BlamMenubar::items |
List of all items in this menu.
int BlamMenubar::version = -1 |
The menu file version.