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

events : Phaser.Events All Phaser Game Objects

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

pendingDestroy : boolean A Game Object is that is pendingDestroy is flagged to have its destroy method called on the next logic

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

sendToBack() → {PIXI.DisplayObject} Sends this Game Object to the bottom of its parents display

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

alignTo(parent, position, offsetX, offsetY) → {Object}

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

removeChildAt(index) → {DisplayObject}

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

bottom : number The sum of the y and height properties.This is the same as y + height - offsetY.

2025-01-10 15:47:30