Circle - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a Circle shape.

Specification

Destruction
Elements
Garbage Collection
None

Properties

Name
Type
Default
Modifiable
location
undefined
Yes
radius
0
Yes
fill_color
{int:color|Color2}
undefined
Yes
fill_alpha
1
Yes
outline_color
{int:color}
undefined
Yes
outline_alpha
1
Yes

Events

Pre-execution
Post-execution
beforeRender
afterRender

Construction types

Name
Arguments
New constructor
location {Vector2}
radius? {real}
fill_color? {int:color|Color2}
fill_alpha? {real}
outline_color? {int:color}
outline_alpha? {real}
Empty
Constructor copy
other {Circle}
⚠️ **GitHub.com Fallback** ⚠️