Particles.Arcade.Emitter#onChildInputDown
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

onChildInputDown : Phaser.Signal This Signal is dispatched

2025-01-10 15:47:30
Particles.Arcade.Emitter#addChildAt()
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

addChildAt(child, index) → {DisplayObject}

2025-01-10 15:47:30
Particles.Arcade.Emitter#centerX
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

centerX : number The center x coordinate of this Group. It is derived by calling getBounds, calculating the

2025-01-10 15:47:30
Particles.Arcade.Emitter#countLiving()
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

countLiving() → {integer} Get the number of living children in this group. Returns

2025-01-10 15:47:30
Particles.Arcade.Emitter#ignoreChildInput
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

ignoreChildInput : boolean If ignoreChildInput is false it will allow this objects children

2025-01-10 15:47:30
Particle#centerY
  • References/Game Development/Phaser/Particles/Particle

centerY : number The center y coordinate of the Game Object.This is the same as (y - offsetY) + (height / 2)

2025-01-10 15:47:30
Particle#anchor
  • References/Game Development/Phaser/Particles/Particle

anchor :Point The anchor sets the origin point of the texture.The default is 0,0 this means the texture's origin is the top

2025-01-10 15:47:30
Particles.Arcade.Emitter#removeAll()
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

removeAll(destroy, silent, destroyTexture) Removes

2025-01-10 15:47:30
Particles.Arcade.Emitter#pendingDestroy
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

pendingDestroy : boolean A Group is that has pendingDestroy set to true is flagged to have its destroy

2025-01-10 15:47:30
Particle#bringToTop()
  • References/Game Development/Phaser/Particles/Particle

bringToTop() → {PIXI.DisplayObject} Brings this Game Object to the top of its parents display list

2025-01-10 15:47:30