* Gets the local transform matrix for this Game Object. * @param tempMatrix The matrix to populate with the values from this Game Object. * @returns The populated Transform Matrix.
(tempMatrix?: Phaser.GameObjects.Components.TransformMatrix)
| 20526 | * @returns The populated Transform Matrix. |
| 20527 | */ |
| 20528 | getLocalTransformMatrix(tempMatrix?: Phaser.GameObjects.Components.TransformMatrix): Phaser.GameObjects.Components.TransformMatrix; |
| 20529 | /** |
| 20530 | * Gets the world transform matrix for this Game Object, factoring in any parent Containers. |
| 20531 | * @param tempMatrix The matrix to populate with the values from this Game Object. |
no outgoing calls
no test coverage detected