Phaser API Documentation

  Version: 
get(pipeline)

Description:

Returns the pipeline instance based on the given name, or instance.

If no instance, or matching name, exists in this manager, it returns undefined.

Parameters:

name type description
pipeline string | Phaser.Renderer.WebGL.WebGLPipeline

Either the string-based name of the pipeline to get, or a pipeline instance to look-up.

Returns:
Description:

The pipeline instance, or undefined if not found.

Since: 3.50.0