Point - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a Point shape, which is a single pixel.

Specification

Destruction
Elements
Garbage Collection
None

Properties

Name
Type
Default
Modifiable
location
None
Yes
color
{int:color}
c_white
Yes
alpha
1
Yes

Events

Pre-execution
Post-execution
beforeRender
afterRender

Construction types

Name
Arguments
New constructor
location {Vector2}
color? {int:color}
alpha? {real}
Empty
Constructor copy
{Point} other
⚠️ **GitHub.com Fallback** ⚠️