Phaser API Documentation

  Version: 
remove(name, [removeClass], [removePostPipelineClass])

Description:

Removes a pipeline instance based on the given name.

If no pipeline matches the name, this method does nothing.

Note that the pipeline will not be flushed or destroyed, it's simply removed from this manager.

Parameters:

name type arguments Default description
name string

The name of the pipeline to be removed.

removeClass boolean <optional> true

Remove the pipeline class as well as the instance?

removePostPipelineClass boolean <optional> true

Remove the post pipeline class as well as the instance?

Since: 3.50.0