Phaser API Documentation

  Version: 
Only webGL getPostPipeline(pipeline)

Description:

Gets a Post Pipeline instance from this Game Object, based on the given name, and returns it.

Parameters:

name type description
pipeline string | function | Phaser.Renderer.WebGL.Pipelines.PostFXPipeline

The string-based name of the pipeline, or a pipeline class.

Returns:
Description:

The Post Pipeline/s matching the name, or undefined if no match. If more than one match they are returned in an array.

Since: 3.50.0