Phaser API Documentation

  Version: 
removeScenePlugin(key)

Description:

Removes a scene plugin from the Plugin Manager and Plugin Cache.

This will not remove the plugin from any active Scenes that are already using it.

It is up to you to remove all references to this plugin that you may hold within your game code.

Parameters:

name type description
key string

The key of the plugin to remove.

Since: 3.8.0