Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix3

set(src)

Description:

This method is an alias for Matrix3.copy.

Parameters:

name type description
src Phaser.Math.Matrix3

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

Returns:
Description:

This Matrix3.

Since: 3.0.0
Source: src/math/Matrix3.js (Line 65)