Gets a Post Pipeline instance from this Game Object, based on the given name, and returns it.
name | type | description |
---|---|---|
pipeline | string | function | Phaser.Renderer.WebGL.Pipelines.PostFXPipeline |
The string-based name of the pipeline, or a pipeline class. |
The Post Pipeline/s matching the name, or undefined if no match. If more than one match they are returned in an array.