Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

xyz(x, y, z)

Description:

Set the x, y and z values of this Matrix.

Parameters:

name type description
x number

The x value.

y number

The y value.

z number

The z value.

Returns:
Description:

This Matrix4.

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