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)
copyFrom(matrix) → {Phaser.Matrix}
Copies the properties from the given Matrix into this Matrix.
| Name | Type | Description |
|---|---|---|
matrix | Phaser.Matrix | The Matrix to copy from. |
This Matrix object.
Please login to continue.