Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
BlamMenubar Struct Reference

Structure representing the menu bar. More...

#include <menubar.h>

Public Attributes

std::vector< BlamMenubarItemitems
 List of all items in this menu. More...
 
int version = -1
 The menu file version. More...
 

Detailed Description

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.

Member Data Documentation

◆ items

std::vector<BlamMenubarItem> BlamMenubar::items

List of all items in this menu.

◆ version

int BlamMenubar::version = -1

The menu file version.


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