Cube - Mtax-Development/GML-OOP GitHub Wiki
Constructs a three-dimensional Cube Shape, made of six rectangular sides. The specified location is its center, from where it is then scaled.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
location |
{Vector3} |
None |
Yes |
scale |
{Vector3} |
None |
Yes |
angle |
undefined |
Yes |
|
sprite |
{Sprite} |
undefined |
Yes |
color |
c_white |
Yes |
|
alpha |
1 |
Yes |
Name |
Arguments |
New constructor |
|
Empty |
{void} |
Constructor copy |
other {Cube} |