Line - Mtax-Development/GML-OOP GitHub Wiki
Constructs a Line shape.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
location |
{Vector4} |
None |
Yes |
size |
{real} |
1 |
Yes |
color |
c_white |
Yes |
|
alpha |
{real} |
1 |
Yes |
Pre-execution |
Post-execution |
beforeRender |
afterRender |
Name |
Arguments |
New constructor |
|
Empty |
{void} |
Constructor copy |
other {Line} |