Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix3

fromArray(a)

Description:

Set the values of this Matrix from the given array.

Parameters:

name type description
a array

The array to copy the values from.

Returns:
Description:

This Matrix3.

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