A constructor defined in BBMOD_Rect.gml
new BBMOD_Rect([_x[, _y[, _width[, _height]]]])
A rectangle structure.
Name | Type | Description |
---|---|---|
_x | Real |
The X position of the rectangle's to left corner. Defaults to 0. |
_y | Real |
The Y position of the rectangle's to left corner. Defaults to 0. |
_width | Real |
The width of the rectangle. Defaults to 0. |
_height | Real |
The height of the rectangle. Defaults to 0. |
Name | Description |
---|---|
Height | The height of the rectangle. |
Width | The width of the rectangle. |
X | The X position of the rectangle's to left corner. |
Y | The Y position of the rectangle's to left corner. |
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.