 |
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/Tick/TickEvent.h>
6 #include <Strings/components/classes/events/events.h>
9 #define CWT_INFO_DISPLAY "INFO_DISPLAY"
BLAM BlamVector3 GetMousePosition3D()
Definition: ogre.cpp:757
bool UsingBgfx()
Definition: bgfx.cpp:63
void SetHidden(bool new_hidden) override
Sets the hidden state of the widget.
Definition: text.cpp:678
void ShowImGuiPropertyEditor() override
Displays an ImGUI-based property editor.
Definition: text.cpp:119
unsigned long long uint64_t
Definition: stdint.h:18
void UpdateMetrics() override
Updates metrics for the widget.
Definition: text.cpp:147
void Draw() override
Draws the widget on-screen.
Definition: text.cpp:67
@ TopLeft
The widget will be placed at the top-left of the screen.
std::vector< BlamRenderPass * > passes
Definition: bgfx.cpp:54
long long int64_t
Definition: stdint.h:14
BLAM std::vector< BlamRenderPass * > GetPassList()
Definition: bgfx.cpp:540
BLAM BlamVector3 GetMousePosition3D()
Definition: bgfx.cpp:545
std::string text
The text to display within this text widget.
Definition: ui.h:622
BLAM float * GetCameraProjectionMatrix()
Definition: bgfx.cpp:458
BLAM float * GetCameraViewMatrix()
Definition: bgfx.cpp:453
BLAM std::string GetFrameStatAsString(std::string id)
Definition: stats.cpp:39
BLAM bool * GetGlobalAsBoolean(std::string name)
Retrieves a global's value as a boolean.
Definition: globals.cpp:343
Class representing a Text widget.
Definition: ui.h:550