You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Phaser.Structs.Size} gameSize - The default Game Size object. This is the un-modified game dimensions.
249
+
* @param {Phaser.Structs.Size} baseSize - The base Size object. The game dimensions multiplied by the resolution. The canvas width / height values match this.
250
+
* @param {Phaser.Structs.Size} displaySize - The display Size object. The size of the canvas style width / height attributes.
251
+
* @param {number} [resolution] - The Scale Manager resolution setting.
* @param {Phaser.Structs.Size} gameSize - The default Game Size object. This is the un-modified game dimensions.
630
+
* @param {Phaser.Structs.Size} baseSize - The base Size object. The game dimensions multiplied by the resolution. The canvas width / height values match this.
631
+
* @param {Phaser.Structs.Size} displaySize - The display Size object. The size of the canvas style width / height attributes.
632
+
* @param {number} [resolution] - The Scale Manager resolution setting.
0 commit comments