Phaser API Documentation

  Version: 
postPipelineClasses: Phaser.Structs.Map.<string, Class>

Description:

This map stores all Post FX Pipeline classes available in this manager.

As of v3.60 this is now populated by default with the following Post FX Pipelines:

  • Barrel
  • Bloom
  • Blur
  • Bokeh / TiltShift
  • Circle
  • ColorMatrix
  • Displacement
  • Glow
  • Gradient
  • Pixelate
  • Shadow
  • Shine
  • Vignette
  • Wipe

See the FX Controller class for more details.

Type:
Phaser.Structs.Map.<string, Class>
Since: 3.50.0