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

crop(rect, copy) Crop allows you to crop the texture being used to display this Game Object.Setting

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

getChildAt(index) → {DisplayObject}

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

transformCallback : Function The callback that will apply any scale limiting to the worldTransform.

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

smoothed : boolean Enable or disable texture smoothing for this Game Object. It only takes effect if the Game Object is

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

addChild(child) → {DisplayObject}

2025-01-10 15:47:30