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) 416 B
/** * @typedef {object} Phaser.Types.GameObjects.Shader.ShaderConfig * @extends Phaser.Types.GameObjects.GameObjectConfig * @since 3.50.0 * * @property {(string|Phaser.Display.BaseShader)} key - The key of the shader to use from the shader cache, or a BaseShader instance. * @property {number} [width=128] - The width of the Game Object. * @property {number} [height=128] - The height of the Game Object. */