|
swift
|
Class representing a single line of text to be drawn in a message box. More...
Public Types | |
| using | string = decltype(Private::empty_u8string()) |
| String type. | |
Public Member Functions | |
| CMessage (const string &text, float r=1, float g=1, float b=1) | |
| Constructor. | |
Public Attributes | |
| string | m_text |
| Text. | |
| std::array< float, 3 > | m_rgb |
| Color. | |
Class representing a single line of text to be drawn in a message box.
Definition at line 35 of file messages.h.