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