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

enableBodyDebug : boolean If true when a physics body is created (via

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

outOfCameraBoundsKill : boolean If this and the autoCull property are both set to true, then the kill

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

getBottom() → {any} Returns the child at the bottom of this group. The bottom child the child

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

checkWorldBounds : boolean If this is set to true the Game Object checks if it is within the World bounds each frame

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

maxParticleSpeed : Phaser.Point The maximum possible

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

[readonly] physicsType : number The const physics body type of this object.

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

new Particle(game, x, y, key, frame) Create a new Particle object. Particles are extended Sprites that are emitted by a

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

setTexture(texture, destroy) Sets the texture of the sprite. Be warned that this doesn't remove or destroy

2025-01-10 15:47:30