Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

set(src)

Description:

This method is an alias for Matrix4.copy.

Parameters:

name type description
src Phaser.Math.Matrix4

The Matrix to set the values of this Matrix's from.

Returns:
Description:

This Matrix4.

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