Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

fromArray(a)

Description:

Set the values of this Matrix from the given array.

Parameters:

name type description
a Array.<number>

The array to copy the values from. Must have at least 16 elements.

Returns:
Description:

This Matrix4.

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