Particles.Arcade.Emitter#forEachExists()
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

forEachExists(callback, callbackContext, args) Call a function on each existing child in this group.

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

getClosestTo(object, callback, callbackContext) → {any}

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

maxParticleAlpha : number The maximum possible alpha value of a particle. Default

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

removeChildAt(index) → {DisplayObject}

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

area : Phaser.Rectangle The area of the emitter

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

overlap(displayObject) → {boolean} Checks to see if the bounds of this Game Object overlaps with

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

pendingDestroy : boolean A Game Object is that is pendingDestroy is flagged to have its destroy method called on the next logic

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

angle : number The angle of rotation of the group container, in degrees. This adjusts the group itself by modifying its

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

lifespan : number How long each particle lives once it is emitted in ms. Default is 2 seconds. Set lifespan to 'zero' for particles

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

resetChild(child, x, y, key, frame)

2025-01-10 15:47:30