Transform.scale

Combine the current transform with a scaling.

This function returns a reference to this, so that calls can be chained.

Parameters

scaleX float

Scaling factor on the X-axis.

scaleY float

Scaling factor on the Y-axis.

Return Value

Type: Transform

this

Meta