stage : Phaser.Stage Reference to the stage.
fpsProblemNotifier : Phaser.Signal If the game is
create : Phaser.Create The Asset Generator.
antialias : boolean Anti-alias graphics. By default scaled images are smoothed in Canvas and WebGL, set anti-alias to false to
clearBeforeRender : boolean Clear the Canvas each frame before rendering the display list.You can set this to false
[readonly] resolution : integer The resolution of your game. This value is read only, but
plugins : Phaser.PluginManager Reference
parent : string | HTMLElement The Games DOM parent. Type string |
world : Phaser.World Reference to the world.
disableStep() Disables core game loop stepping. Source code:
Page 3 of 6