UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

9 lines (8 loc) 441 B
/** * @typedef {object} Phaser.Types.GameObjects.GetCalcMatrixResults * @since 3.50.0 * * @property {Phaser.GameObjects.Components.TransformMatrix} camera - The calculated Camera matrix. * @property {Phaser.GameObjects.Components.TransformMatrix} sprite - The calculated Sprite (Game Object) matrix. * @property {Phaser.GameObjects.Components.TransformMatrix} calc - The calculated results matrix, factoring all others in. */