Triangle.render() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
location1? |
{Vector2} |
Yes |
location2? |
{Vector2} |
Yes |
location3? |
{Vector2} |
Yes |
fill_color? |
Yes |
|
fill_alpha? |
{real} |
Yes |
outline_color? |
Yes |
|
outline_alpha? |
{real} |
Yes |
Not applicable.
Execute the draw of this Shape as a form.
NOTE: Form drawing produces inconsistent results across devices and export targets due to their technical differences. Sprite drawing should be used instead for accurate results.