A function defined in BBMOD_BaseRenderer.gml
set_rectangle(_x, _y, _width, _height)
Changes the renderer's position and size on the screen.
Name | Type | Description |
---|---|---|
_x | Real |
The new X position on the screen. |
_y | Real |
The new Y position on the screen. |
_width | Real |
The new width on the screen. |
_height | Real |
The new height on the screen. |
Struct.BBMOD_BaseRenderer
Returns self
.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.