RoundRectangle.render() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
location? |
{Vector2} |
Yes |
radius? |
{real} |
Yes |
fill_color? |
Yes |
|
fill_alpha? |
{real} |
Yes |
outline_color? |
{int:color} |
Yes |
outline_alpha? |
{real} |
Yes |
Not applicable.
Execute the draw of this Shape as a form, using data of this constructor or specified replaced parts of it for this call only.
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.