copyFrom(matrix) → {Phaser.Matrix}
Copies the properties from the given Matrix into this Matrix.
Parameters
Name | Type | Description |
---|---|---|
matrix | Phaser.Matrix | The Matrix to copy from. |
Returns
This Matrix object.
- Source code: geom/Matrix.js (Line 172)
Please login to continue.