UNPKG

phaser

Version:

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

10 lines (9 loc) 420 B
/** * @typedef {object} Phaser.Types.GameObjects.Gradient.GradientConfig * @extends Phaser.Types.GameObjects.GameObjectConfig * @since 4.0.0 * * @property {string|Phaser.Types.GameObjects.Gradient.GradientQuadConfig} [config] - The configuration object this Gradient will use. * @property {number} [width=128] - The width of the Game Object. * @property {number} [height=128] - The height of the Game Object. */