scale(x, y) → {Phaser.Matrix}
Applies a scale transformation to this matrix.
Parameters
Name | Type | Description |
---|---|---|
x | number | The amount to scale horizontally. |
y | number | The amount to scale vertically. |
Returns
This Matrix object.
- Source code: geom/Matrix.js (Line 297)
Please login to continue.