MCPcopy Index your code
hub / github.com/phaserjs/phaser / getLocalTransformMatrix

Method getLocalTransformMatrix

types/phaser.d.ts:20528–20528  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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.

Callers 2

Transform.jsFile · 0.80
Transform.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected