Triangle - Mtax-Development/GML-OOP GitHub Wiki
Constructs a Triangle shape.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
location1 |
{Vector2} |
None |
Yes |
location2 |
{Vector2} |
undefined |
Yes |
location3 |
{Vector2} |
undefined |
Yes |
fill_color |
undefined |
Yes |
|
fill_alpha |
{real} |
1 |
Yes |
outline_color |
undefined |
Yes |
|
outline_alpha |
{real} |
1 |
Yes |
Pre-execution |
Post-execution |
beforeRender |
afterRender |
Name |
Arguments |
New constructor |
|
Empty |
{void} |
Constructor copy |
other {Triangle} |