Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

scaling(x, y, z)

Description:

Set the scaling values of this Matrix.

Parameters:

name type description
x number

The x scaling value.

y number

The y scaling value.

z number

The z scaling value.

Returns:
Description:

This Matrix4.

Since: 3.0.0
Source: src/math/Matrix4.js (Line 250)