Particle#updateCrop()
  • References/Game Development/Phaser/Particles/Particle

updateCrop() If you have set a crop rectangle on this Game Object via crop and since modified the cropRect

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

x : number The position of the Game Object on the x axis relative to the local coordinates of the parent.

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

maxParticles : number The total number of particles in this emitter. Source

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

width : number The width of the sprite, setting this will actually modify the scale to achieve the value set

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

addToHash(child) → {boolean} Adds a child of this Group into the hash array.This call will

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

data : Object An empty Object that belongs to this Game Object.This value isn't ever used internally by Phaser, but may be

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

swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters

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

alive : boolean A useful flag to control if the Game Object is alive or dead. This is set automatically by the Health components

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

getAt(index) → {DisplayObject | integer}

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

multiplyAll(property, amount, checkAlive, checkVisible) Multiplies the given property by the amount on all children in this group.

2025-01-10 15:47:30