Line - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a Line shape.

Specification

Destruction
Elements
Garbage Collection
None

Properties

Name
Type
Default
Modifiable
location
None
Yes
size
1
Yes
color
{int:color|Color2|Color4}
c_white
Yes
alpha
1
Yes

Events

Pre-execution
Post-execution
beforeRender
afterRender

Construction types

Name
Arguments
New constructor
location {Vector4}
size? {real}
color? {int:color|Color2|Color4}
alpha? {real}
Empty
Constructor copy
other {Line}
⚠️ **GitHub.com Fallback** ⚠️