TextAlign - Mtax-Development/GML-OOP GitHub Wiki
Constructs a container for two text alignment constants, used in text rendering.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
x |
fa_left |
Yes |
|
y |
fa_top |
Yes |
Name |
Arguments |
Argument note |
New constructor |
||
From array |
array {constant:textalign[]} |
The first array position will be set to the x property and the second array position will be set to y property. |
Constructor copy |
other {TextAlign} |