Particles.Arcade.Emitter#emitX

emitX : number The point the particles are emitted from.Emitter.x and Emitter.y control the containers location, which updates all current particlesEmitter.emitX and Emitter.emitY control the emission location relative to the x/y position. Source code: particles/arcade/Emitter.js (Line 175)

WebGLBlendModeManager#setContext()

setContext(gl) Sets the WebGL Context. Parameters Name Type Description gl WebGLContext the current WebGL drawing context Source code: pixi/renderers/webgl/utils/WebGLBlendModeManager.js (Line 21)

Particles.Arcade.Emitter#particleDrag

particleDrag : Phaser.Point The X and Y drag component of particles launched from the emitter. Source code: particles/arcade/Emitter.js (Line 126)

LinkedList#first

first : Object First element in the list. Source code: utils/LinkedList.js (Line 39)

WebGLRenderer#game

game :PhaserGame Source code: pixi/renderers/webgl/WebGLRenderer.js (Line 20)

Tween#target

target : Object The target object, such as a Phaser.Sprite or property like Phaser.Sprite.scale. Source code: tween/Tween.js (Line 30)

Input#activePointer

activePointer : Phaser.Pointer The most recently active Pointer object. When you've limited max pointers to 1 this will accurately be either the first finger touched or mouse. Source code: input/Input.js (Line 223)

Bullet#left

left : number The left coordinate of the Game Object.This is the same as x - offsetX. Inherited From Phaser.Component.Bounds#left Source code: gameobjects/components/Bounds.js (Line 102)

Particles.Arcade.Emitter#right

[readonly] right : number Gets the right position of the Emitter. Source code: particles/arcade/Emitter.js (Line 964)

Particles.Arcade.Emitter#moveDown()

moveDown(child) → {any} Moves the given child down one place in this group unless it's already at the bottom. Parameters Name Type Description child any The child to move down in the group. Returns any - The child that was moved. Inherited From Phaser.Group#moveDown Source code: core/Group.js (Line 969)