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

frame : integer Gets or sets the current frame index of the texture being used to render this Game Object. To change the

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

align(width, height, cellWidth, cellHeight, position, offset) → {boolean}

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
Particle#resetFrame()
  • References/Game Development/Phaser/Particles/Particle

resetFrame() Resets the texture frame dimensions that the Game Object uses for rendering.

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

onEmit() Called by the Emitter when this particle is emitted. Left empty for you to over-ride as required.

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

lifespan : number The lifespan allows you to give a Game Object a lifespan in milliseconds. Once the Game Object is 'born'

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

removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.

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
Particle#deltaZ
  • References/Game Development/Phaser/Particles/Particle

[readonly] deltaZ : number Returns the delta z value. The difference between rotation now

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