Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix3

copy(src)

Description:

Copy the values of a given Matrix into this Matrix.

Parameters:

name type description
src Phaser.Math.Matrix3

The Matrix to copy the values from.

Returns:
Description:

This Matrix3.

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