TextRenderer - Mtax-Development/GML-OOP GitHub Wiki
Constructs a handler containing information for string rendering.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
ID |
{any:string} |
None |
Yes |
font |
{Font} |
undefined |
Yes |
location |
{Vector2} |
undefined |
Yes |
align |
TextAlign() |
Yes |
|
color |
{int:color} |
c_white |
Yes |
alpha |
{real} |
1 |
Yes |
Pre-execution |
Post-execution |
beforeRender |
afterRender |
Name |
Arguments |
New constructor |
|
Empty |
|
Constructor copy |
other {TextRenderer} |