Phaser API Documentation

  Version: 
removeGlobalPlugin(key)

Description:

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

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