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

getChildAt(index) → {DisplayObject}

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

[readonly] deltaX : number Returns the delta x value. The difference between world.x now and

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

[readonly] inWorld : boolean Checks if the Game Objects bounds are within, or intersect at

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

cropRect : Phaser.Rectangle The Rectangle used

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

[readonly] deltaY : number Returns the delta y value. The difference between world.y now and

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

moveDown() → {PIXI.DisplayObject} Moves this Game Object down one place in its parents display list

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

tintedTexture :Canvas A canvas that contains the tinted version of the Sprite (in Canvas mode, WebGL doesn't populate this)

2025-01-10 15:47:30