BitmapData#destroy()

destroy() Destroys this BitmapData and puts the canvas it was using back into the canvas pool for re-use. Source code: gameobjects/BitmapData.js (Line 2024)

Rectangle#empty

empty : boolean Determines whether or not this Rectangle object is empty. A Rectangle object is empty if its width or height is less than or equal to 0.If set to true then all of the Rectangle properties are set to 0. Gets or sets the Rectangles empty state. Source code: geom/Rectangle.js (Line 736)

Game#debug

debug : Phaser.Utils.Debug A set of useful debug utilities. Source code: core/Game.js (Line 256)

Creature#world

world : Phaser.Point The world coordinates of this Game Object in pixels.Depending on where in the display list this Game Object is placed this value can differ from position,which contains the x/y coordinates relative to the Game Objects parent. Inherited From Phaser.Component.Core#world Source code: gameobjects/components/Core.js (Line 211)

StateManager#destroy()

destroy() Removes all StateManager callback references to the State object, nulls the game reference and clears the States object.You don't recover from this without rebuilding the Phaser instance again. Source code: core/StateManager.js (Line 736)

TimerEvent#loop

loop : boolean True if this TimerEvent loops, otherwise false. Source code: time/TimerEvent.js (Line 55)

Physics.P2.Body.STATIC

<static> STATIC : number Static body. Static bodies do not move, and they do not respond to forces or collision. Source code: physics/p2/Body.js (Line 1506)

RetroFont#type

type : number Base Phaser object type. Source code: gameobjects/RetroFont.js (Line 170)

Particles.Arcade.Emitter#maxParticleAlpha

maxParticleAlpha : number The maximum possible alpha value of a particle. Default Value 1 Source code: particles/arcade/Emitter.js (Line 104)

Input#speed

speed : Phaser.Point A point object representing the speed of the Pointer. Only really useful in single Pointer games; otherwise see the Pointer objects directly. Source code: input/Input.js (Line 84)