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

xy(index, x, y) Positions the child found at the given index within this group to the given x and y coordinates. Parameters

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

addAt(child, index, silent) → {

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

customSort(sortHandler, context) Sort the children in the group according to custom sort function.

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

makeParticles(keys, frames, quantity, collide, collideWorld

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

particleClass :any For emitting your own particle class types. They must extend Phaser.Particle.

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

onChildInputUp : Phaser.Signal This Signal is dispatched

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

hash :array The hash array is an array belonging to this Group into which you can add any of its children via Group.addToHash and

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

sendToBack(child) → {any} Sends the given child to the bottom of this group so it renders below

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

removeBetween(startIndex, endIndex, destroy, silent)

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

add(child, silent, index) → {

2025-01-10 15:47:30