Blamite Game Engine - blam!  00272.10.26.20.0001.blamite
The core library for the Blamite Game Engine.
Blam::DebugMenu::Menu Struct Reference

Structure containing data for the root of the debug menu. More...

#include <blam_ui.h>

Public Attributes

std::string title
 The title of the main page of the debug menu. Defaults to Main. More...
 
std::vector< MenuItemitems
 The list of items within the debug menu. More...
 

Detailed Description

Structure containing data for the root of the debug menu.

Member Data Documentation

◆ items

std::vector<MenuItem> Blam::DebugMenu::Menu::items

The list of items within the debug menu.

◆ title

std::string Blam::DebugMenu::Menu::title

The title of the main page of the debug menu. Defaults to Main.


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