 |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
Go to the documentation of this file.
5 #include <Strings/components/classes/events/game_engine_events/NewFrame/NewFrameEvent.h>
6 #include <Strings/components/classes/events/events.h>
BLAM uint32_t GetUserID()
Definition: user.cpp:3
void ShowImGuiPropertyEditor() override
Displays an ImGUI-based property editor.
Definition: text.cpp:119
void UpdateMetrics() override
Updates metrics for the widget.
Definition: text.cpp:147
void Draw() override
Draws the widget on-screen.
Definition: text.cpp:67
unsigned int uint32_t
Definition: stdint.h:17
std::string text
The text to display within this text widget.
Definition: ui.h:622
@ TopRight
The widget will be placed at the top-right of the screen.
Class representing a Text widget.
Definition: ui.h:550