Phaser API Documentation

  Version: 
<static> register(key, factoryFunction)

Description:

Static method called directly by the File Types.

The key is a reference to the function used to load the files via the Loader, i.e. image.

Parameters:

name type description
key string

The key that will be used as the method name in the LoaderPlugin.

factoryFunction function

The function that will be called when LoaderPlugin.key is invoked.

Since: 3.0.0