Game#create

create : Phaser.Create The Asset Generator. Source code: core/Game.js (Line 266)

Game#context

context :CanvasRenderingContext2D A handy reference to renderer.context (only set for CANVAS games, not WebGL) Source code: core/Game.js (Line 251)

Game#config

config : Object The Phaser.Game configuration object. Source code: core/Game.js (Line 36)

Game#clearBeforeRender

clearBeforeRender : boolean Clear the Canvas each frame before rendering the display list.You can set this to false to gain some performance if your game always contains a background that completely fills the display. Default Value true Source code: core/Game.js (Line 116)

Game#canvas

canvas :HTMLCanvasElement A handy reference to renderer.view, the canvas that the game is being rendered in to. Source code: core/Game.js (Line 246)

Game#camera

camera : Phaser.Camera A handy reference to world.camera. Source code: core/Game.js (Line 241)

Game#cache

cache : Phaser.Cache Reference to the assets cache. Source code: core/Game.js (Line 166)

Game#antialias

antialias : boolean Anti-alias graphics. By default scaled images are smoothed in Canvas and WebGL, set anti-alias to false to disable this globally. Default Value true Source code: core/Game.js (Line 102)

Game#add

add : Phaser.GameObjectFactory Reference to the Phaser.GameObjectFactory. Source code: core/Game.js (Line 156)

FrameData#total

[readonly] total : number The total number of frames in this FrameData set. Source code: animation/FrameData.js (Line 267)