CanvasMaskManager#CanvasMaskManager

new CanvasMaskManager() A set of functions used to handle masking. Source code: pixi/renderers/canvas/utils/CanvasMaskManager.js (Line 5)

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)

Text#removeChild()

removeChild(child) → {DisplayObject} Removes a child from the container. Parameters Name Type Description child DisplayObject The DisplayObject to remove Returns DisplayObject - The child that was removed. Inherited From PIXI.DisplayObjectContainer#removeChild Source code: pixi/display/DisplayObjectContainer.js (Line 171)

Tilemap#getTileWorldXY()

getTileWorldXY(x, y, tileWidth, tileHeight, layer, nonNull) → {Phaser.Tile} Gets a tile from the Tilemap layer. The coordinates are given in pixel values. Parameters Name Type Argument Default Description x number X position to get the tile from (given in pixels) y number Y position to get the tile from (given in pixels) tileWidth number <optional> The width of the tiles. If not given the map default is used. tileHeight number <optional> The height of the ti

Animation#currentFrame

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

Sound#mute

mute : boolean Gets or sets the muted state of this sound. Source code: sound/Sound.js (Line 1100)

FlexLayer#setChildIndex()

setChildIndex(child, index) Changes the position of an existing child in the display object container Parameters Name Type Description child DisplayObject The child DisplayObject instance for which you want to change the index number index Number The resulting index number for the child display object Inherited From PIXI.DisplayObjectContainer#setChildIndex Source code: pixi/display/DisplayObjectContainer.js (Line 132)

Point#y

y : number The y value of the point. Source code: geom/Point.js (Line 31)