Group#countDead()

countDead() → {integer} Get the number of dead children in this group. Returns integer - The number of children flagged as dead. Source code: core/Group.js (Line 2338)

TileSprite#tilePosition

tilePosition :Point The offset position of the image that is being tiled Inherited From PIXI.TilingSprite#tilePosition Source code: pixi/extras/TilingSprite.js (Line 51)

Physics.P2#callbackContext

callbackContext : Object The context under which the callbacks are fired. Source code: physics/p2/World.js (Line 170)

Image#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)

Camera#onFlashComplete

onFlashComplete : Phaser.Signal This signal is dispatched when the camera flash effect completes. Source code: core/Camera.js (Line 119)

Text#resolution

resolution : integer The resolution of the canvas the text is rendered to.This defaults to match the resolution of the renderer, but can be changed on a per Text object basis. Source code: gameobjects/Text.js (Line 1895)

Video#volume

volume : number Gets or sets the volume of the Video, a value between 0 and 1. The value given is clamped to the range 0 to 1. Source code: gameobjects/Video.js (Line 1305)

Group#alpha

alpha : number The alpha value of the group container. Source code: core/Group.js (Line 3003)

Button#forceOut

forceOut : boolean | Phaser.PointerMode When the Button is touched / clicked and then released you can force it to enter a state of "out" instead of "up". This can also accept a pointer mode bitmask for more refined control. Type boolean | Phaser.PointerMode Source code: gameobjects/Button.js (Line 199)

Line#rotateAround()

rotateAround(x, y, angle, asDegrees) → {Phaser.Line} Rotates the line by the amount specified in angle. Rotation takes place around the coordinates given. Parameters Name Type Argument Default Description x number The x coordinate to offset the rotation from. y number The y coordinate to offset the rotation from. angle number The angle in radians (unless asDegrees is true) to rotate the line by. asDegrees boolean <optional> false Is the given angle in radians (fa