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

angle : number The angle of rotation of the group container, in degrees. This adjusts the group itself by modifying its

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

autoAlpha : boolean When a new Particle is emitted this controls if it will automatically change alpha. Use Emitter.setAlpha to

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

area : Phaser.Rectangle The area of the emitter

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

setRotation(min, max) → {

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

getAll(property, value, startIndex, endIndex)

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

getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the displayObjectContainer

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

destroy() Destroys this Emitter, all associated child Particles and then removes itself from the Particle Manager.

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

blendMode : number The blendMode as set on the particle when emitted from the Emitter. Defaults to NORMAL. Needs browser capable

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

getRandom(startIndex, length) → {any} Returns

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

enableBody : boolean If true all Sprites created by, or added to this group, will have a physics body enabled on them. If

2025-01-10 15:47:30