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

setXSpeed(min, max) → {

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

swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters

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

tint : number The tint applied to the sprite. This is a hex value. A value of 0xFFFFFF will remove any tint effect.

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

moveDown(child) → {any} Moves the given child down one place in this group unless it's already at

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

[readonly] offsetY : number The amount the Game Object is visually offset from its y coordinate

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

blendMode : number The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode. Warning:

2025-01-10 15:47:30