Elaztek Developer Hub
Blamite Game Engine - blam!  00357.06.18.22.0809.blamite
The core library for the Blamite Game Engine.
Blam::UI Namespace Reference

Namespace containing functions relating to the Blamite UI system. More...

Namespaces

 ImGUI
 Namespace for anything related to ImGUI.
 
 OgreUI
 
 Qt
 
 Themes
 Namespace for anything relating to engine UI themes.
 

Functions

BLAM bool Initialize ()
 
BLAM void Render ()
 
BLAM void Shutdown ()
 
BLAM BlamUIWidget_GroupGetUIRoot ()
 
BLAM std::string GetWidgetAnchorLabel (BlamWidgetAnchor anchor_position)
 

Detailed Description

Namespace containing functions relating to the Blamite UI system.

Function Documentation

◆ GetUIRoot()

BlamUIWidget_Group * Blam::UI::GetUIRoot ( )

◆ GetWidgetAnchorLabel()

std::string Blam::UI::GetWidgetAnchorLabel ( BlamWidgetAnchor  anchor_position)

◆ Initialize()

bool Blam::UI::Initialize ( )

◆ Render()

void Blam::UI::Render ( )

◆ Shutdown()

void Blam::UI::Shutdown ( )