Point - Mtax-Development/GML-OOP GitHub Wiki
Constructs a Point shape, which is a single pixel.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
location |
{Vector2} |
None |
Yes |
color |
{int:color} |
c_white |
Yes |
alpha |
{real} |
1 |
Yes |
Pre-execution |
Post-execution |
beforeRender |
afterRender |
Name |
Arguments |
New constructor |
|
Empty |
{void} |
Constructor copy |
{Point} other |