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

getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the Sprite as a rectangle

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

setAllChildren(key, value, checkAlive, checkVisible, operation,

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

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#getRandom()
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

getRandom(startIndex, length) → {any} Returns

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#area
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

area : Phaser.Rectangle The area of the emitter

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

overlap(displayObject) → {boolean} Checks to see if the bounds of this Game Object overlaps with

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

contains(child) → {Boolean} Determines whether the specified display object is a child of the D

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
Particles.Arcade.Emitter#replace()
  • References/Game Development/Phaser/Particles/Particles.Arcade.Emitter

replace(oldChild, newChild) → {any} Replaces a child of this Group with the given newChild. The

2025-01-10 15:47:30