Arrow - Mtax-Development/GML-OOP GitHub Wiki
Constructs an Arrow Shape, which is a line starting at x1y1 with a triangle of the specified size at x2y2 pointing towards that location.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
location |
{Vector4} |
undefined |
Yes |
size |
{int} |
1 |
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 |
other {Arrow} |