BBMOD_Rect

A constructor defined in BBMOD_Rect.gml

new BBMOD_Rect([_x[, _y[, _width[, _height]]]])

Description

A rectangle structure.

Arguments

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.

Properties

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.
Do you find this page helpful?

Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.