BBMOD_BaseRenderer.set_rectangle

A function defined in BBMOD_BaseRenderer.gml

set_rectangle(_x, _y, _width, _height)

Description

Changes the renderer's position and size on the screen.

Arguments

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.

Returns

Struct.BBMOD_BaseRenderer Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.