Blowbox 2017
A 3D Game Engine by Riko Ophorst using DirectX 12
|
#include <console.h>
Public Attributes | |
String | time_stamp |
String | message |
DirectX::XMFLOAT4 | color |
Describes a message.
DirectX::XMFLOAT4 blowbox::Console::Message::color |
The color that the message should be displayed as.
String blowbox::Console::Message::message |
The contents of the message.
String blowbox::Console::Message::time_stamp |
The timestamp of this message.