Triangle.render() - Mtax-Development/GML-OOP GitHub Wiki

Arguments

Name
Type
Optional
location1?
Yes
location2?
Yes
location3?
Yes
fill_color?
{int:color|Color3}
Yes
fill_alpha?
Yes
outline_color?
{int:color|Color3}
Yes
outline_alpha?
Yes

Returns

Not applicable.

Description

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.

⚠️ **GitHub.com Fallback** ⚠️