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

alive : boolean The alive property is useful for Groups that are children of other Groups and need to be included/excluded in checks

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

onDestroy : Phaser.Signal This signal is dispatched

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

fixedToCamera : boolean A Group that is fixed to the camera uses its x/y coordinates as offsets from the top left of the camera

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

particleBringToTop : boolean If this is true then when the Particle is emitted it will be bought to the top of the

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

sort(key, order) Sort the children in the group according to a particular

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

previous() → {any} Moves the group cursor to the previous (lower) child in the group. If

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

alignTo(parent, position, offsetX, offsetY) → {

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

forEach(callback, callbackContext, checkExists, args) Call a function on

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

alphaData :array An array of the calculated alpha easing data applied to particles with alphaRates > 0.

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

removeFromHash(child) → {boolean} Removes a child of this Group from the hash array.This call

2025-01-10 15:47:30