BBMOD_RenderQueue.DrawSpriteStretched

A function defined in BBMOD_RenderQueue.gml

DrawSpriteStretched(_sprite, _subimg, _x, _y, _w, _h)

Description

Adds a BBMOD_ERenderCommand.DrawSpriteStretched command into the queue.

Arguments

Name Type Description
_sprite Asset.GMSprite The sprite to draw.
_subimg Real The sub-image of the sprite to draw.
_x Real The x coordinate of where to draw the sprite.
_y Real The y coordinate of where to draw the sprite.
_w Real The width of the area the stretched sprite will occupy.
_h Real The height of the area the stretched sprite will occupy.

Returns

Struct.BBMOD_RenderQueue Returns self.

Do you find this page helpful?

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