Particle#setHealth
  • References/Game Development/Phaser/Particles/Particle

setHealth Sets the health property of the Game Object to the given amount.Will never exceed the maxHealth value.

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

swap(child1, child2) Swaps the position of two children in this group. Both children must be in this group, a child cannot be

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

loadTexture(key, frame, stopAnimation) Changes the base texture the Game

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

scaleMax : Phaser.Point The maximum scale this Game

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

autoCull : boolean A Game Object with autoCull set to true will check its bounds against the World Camera every frame

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

[readonly] left : number Gets the left position of the Emitter.

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

emitX : number The point the particles are emitted from.Emitter.x and Emitter.y control the containers location, which updates

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

checkProperty(child, key, value, force) → {boolean} Checks a property

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

getFirstDead(createIfNull, x, y, key,

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

on : boolean Determines whether the emitter is currently emitting particles. It is totally safe to directly toggle this.

2025-01-10 15:47:30