We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bf08d commit ce6a81cCopy full SHA for ce6a81c
1 file changed
src/gameobjects/components/Pipeline.js
@@ -268,7 +268,7 @@ var Pipeline = {
268
* @webglOnly
269
* @since 3.50.0
270
*
271
- * @param {string|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} pipeline - The string-based name of the pipeline, or a pipeline class.
+ * @param {(string|function|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline)} pipeline - The string-based name of the pipeline, or a pipeline class.
272
273
* @return {Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The first Post Pipeline matching the name, or undefined if no match.
274
*/
0 commit comments