Phaser API Documentation

  Version: 
has(pipeline)

Description:

Checks if a pipeline is present in this Pipeline Manager.

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:

true if the given pipeline is loaded, otherwise false.

Type:
  • boolean
Since: 3.50.0