|
HDK
|
A single text entry to be rendered. More...
#include <RV_TextRender.h>
Public Member Functions | |
| RV_TextEntry ()=default | |
| RV_TextEntry (const UT_StringHolder &text, RE_Font *font, const UT_Vector3F &position, const UT_Color &color, fpreal32 alpha=1.0f) | |
Public Attributes | |
| UT_StringHolder | myText |
| RE_Font * | myFont = nullptr |
| UT_Vector3F | myPosition |
| UT_Color | myColor |
| fpreal32 | myAlpha = 1.0f |
A single text entry to be rendered.
Definition at line 55 of file RV_TextRender.h.
|
default |
| RV_TextEntry::RV_TextEntry | ( | const UT_StringHolder & | text, |
| RE_Font * | font, | ||
| const UT_Vector3F & | position, | ||
| const UT_Color & | color, | ||
| fpreal32 | alpha = 1.0f |
||
| ) |
| fpreal32 RV_TextEntry::myAlpha = 1.0f |
Definition at line 69 of file RV_TextRender.h.
| UT_Color RV_TextEntry::myColor |
Definition at line 68 of file RV_TextRender.h.
| RE_Font* RV_TextEntry::myFont = nullptr |
Definition at line 66 of file RV_TextRender.h.
| UT_Vector3F RV_TextEntry::myPosition |
Definition at line 67 of file RV_TextRender.h.
| UT_StringHolder RV_TextEntry::myText |
Definition at line 65 of file RV_TextRender.h.