![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
Class for Blamite's ImGUI-based About box. More...
#include <about_blamite_new.hpp>
Public Member Functions | |
void | Draw () |
Draws the contents of the group. More... | |
void | ShowCredits () |
Draws the credits dialog. More... | |
Protected Attributes | |
bool | show_credits = false |
Controls whether or not to show the credits dialog. More... | |
Additional Inherited Members | |
![]() | |
bool | show = false |
Controls whether or not the group should be shown. May not be used in all groups. More... | |
Class for Blamite's ImGUI-based About box.
|
inlinevirtual |
Draws the contents of the group.
The specific functionality will vary for each drawing group, but in general it will call the needed ImGUI functions to draw onscreen. This function is called on the render loop every frame, for every object in the draw list.
Reimplemented from BlamImGuiWindow.
|
inline |
Draws the credits dialog.
|
protected |
Controls whether or not to show the credits dialog.