b2dSetScale

Category: 2D Overlay

Syntax:

b2dSetScale:Void(scaleX:Double, scaleY:Double)


Parameters

Returns

Void



Summary

Sets current scale for 2D overlay images (scaleX/scaleY multipliers, affects image drawing).

Takes scaleX (horizontal scale multiplier, 1.0=normal, 2.0=double width, 0.5=half width), scaleY (vertical scale multiplier, 1.0=normal, 2.0=double height, 0.5=half height).

Returns nothing.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn