UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

9 lines (8 loc) 404 B
/** * @typedef {object} Phaser.Types.Input.InputPluginContainer * @since 3.0.0 * * @property {string} key - The unique name of this plugin in the input plugin cache. * @property {function} plugin - The plugin to be stored. Should be the source object, not instantiated. * @property {string} [mapping] - If this plugin is to be injected into the Input Plugin, this is the property key map used. */