Cache.CANVAS

[static] CANVAS : number Source code: loader/Cache.js (Line 124)

Button#onUpSound

[readonly] onUpSound : Phaser.Sound | Phaser.AudioSprite | null The Sound to be played when this Buttons Up state is activated. Type Phaser.Sound | Phaser.AudioSprite | null Source code: gameobjects/Button.js (Line 112)

Animation#onLoop

onLoop : Phaser.Signal This event is dispatched when this Animation loops. Source code: animation/Animation.js (Line 151)

Animation#isPlaying

isPlaying : boolean The playing state of the Animation. Set to false once playback completes, true during playback. Source code: animation/Animation.js (Line 86)

Component.InputEnabled#InputEnabled

new InputEnabled() The InputEnabled component allows a Game Object to have its own InputHandler and process input related events. Source code: gameobjects/components/InputEnabled.js (Line 12)

Input#getLocalPosition()

getLocalPosition(displayObject, pointer) → {Phaser.Point} This will return the local coordinates of the specified displayObject based on the given Pointer. Parameters Name Type Description displayObject Phaser.Sprite | Phaser.Image The DisplayObject to get the local coordinates for. pointer Phaser.Pointer The Pointer to use in the check against the displayObject. Returns Phaser.Point - A point containing the coordinates of the Pointer position relative to the DisplayObject. Sourc

Time#msMin

msMin : number Advanced timing result: The minimum amount of time the game has taken between consecutive frames. Only calculated if advancedTiming is enabled.This value can be manually reset. Default Value 1000 Source code: time/Time.js (Line 211)

Ellipse#width

width : number The overall width of this ellipse. Source code: geom/Ellipse.js (Line 38)

global#VERTICAL

<constant> VERTICAL : integer A vertical orientation Source code: Phaser.js (Line 311)

Particle#damage

damage Damages the Game Object. This removes the given amount of health from the health property. If health is taken below or is equal to zero then the kill method is called. Inherited From Phaser.Component.Health#damage Source code: gameobjects/components/Health.js (Line 46)