Phaser API Documentation

  Version: 
<static> remove(factoryType)

Description:

Static method called directly by the Game Object factory functions. With this method you can remove a custom GameObject factory registered in the GameObjectFactory, providing a its factoryType.

Parameters:

name type description
factoryType string

The key of the factory that you want to remove from the GameObjectFactory.

Since: 3.0.0