mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Create GetCalcMatrixResults.js
This commit is contained in:
parent
8d25510b61
commit
194257d199
1 changed files with 8 additions and 0 deletions
8
src/gameobjects/typedefs/GetCalcMatrixResults.js
Normal file
8
src/gameobjects/typedefs/GetCalcMatrixResults.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* @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.
|
||||
*/
|
Loading…
Reference in a new issue