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

visible : boolean The visible state of the group. Non-visible Groups and all of their children are not rendered.

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

particleAnchor : Phaser.Point When a particle is created

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

angularDrag : number The angular drag component of particles launched from the emitter if they are rotating.

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

reverse() Reverses all children in this group. This operation applies only to immediate children and does not propagate to subgroups

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

classType : Object The type of objects that will be created when using

2025-01-10 15:47:30
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#inputEnableChildren
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

inputEnableChildren : boolean A Group with inputEnableChildren set to true will automatically call inputEnabled

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

start(explode, lifespan, frequency, quantity,

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

maxParticleScale : number The maximum possible scale of a particle. This is applied to the X and Y axis. If you need to control

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

minParticleScale : number The minimum possible scale of a particle. This is applied to the X and Y axis. If you need to control

2025-01-10 15:47:30