Phaser API Documentation

  Version: 
copyFromArray(src)

Description:

Set the values of this Matrix to copy those of the array given. Where array indexes 0, 1, 2, 3, 4 and 5 are mapped to a, b, c, d, e and f.

Parameters:

name type description
src array

The array of values to set into this matrix.

Returns:
Description:

This TransformMatrix.

Since: 3.11.0