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