TweenManager#resumeAll()

resumeAll() Resumes all currently paused tweens. Source code: tween/TweenManager.js (Line 344)

Group#onDestroy

onDestroy : Phaser.Signal This signal is dispatched when the group is destroyed. Source code: core/Group.js (Line 249)

RetroFont.ALIGN_LEFT

[static] ALIGN_LEFT : string Align each line of multi-line text to the left. Source code: gameobjects/RetroFont.js (Line 182)

TilingSprite#tileScaleOffset

tileScaleOffset :Point A point that represents the scale of the texture object Source code: pixi/extras/TilingSprite.js (Line 43)

Cache.BINARY

[static] BINARY : number Source code: loader/Cache.js (Line 166)

Text#debug

debug : boolean A debug flag designed for use with Game.enableStep. Inherited From Phaser.Component.Core#debug Source code: gameobjects/components/Core.js (Line 218)

Animation#currentFrame

currentFrame : Phaser.Frame The currently displayed frame of the Animation. Source code: animation/Animation.js (Line 125)

Physics.Ninja.Circle#projCircle_Concave()

projCircle_Concave(x, y, oH, oV, obj, t) → {number} Resolves Concave tile collision. Parameters Name Type Description x number Penetration depth on the x axis. y number Penetration depth on the y axis. oH number Grid / voronoi region. oV number Grid / voronoi region. obj Phaser.Physics.Ninja.Circle The Circle involved in the collision. t Phaser.Physics.Ninja.Tile The Tile involved in the collision. Returns number - The result of the collision. Source code: physics/ninja/C

TilemapLayer#destroy()

destroy() Destroys this TilemapLayer. Source code: tilemap/TilemapLayer.js (Line 351)

TilemapLayer#crop()

crop(rect, copy) Crop allows you to crop the texture being used to display this Game Object.Setting a crop rectangle modifies the core texture frame. The Game Object width and height properties will be adjusted accordingly. Cropping takes place from the top-left and can be modified in real-time either by providing an updated rectangle object to this method,or by modifying cropRect property directly and then calling updateCrop. The rectangle object given to this method can be either a Phaser.R