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) 450 B
/** * @typedef {object} Phaser.Types.GameObjects.NoiseSimplex3D.NoiseSimplex3DConfig * @extends Phaser.Types.GameObjects.GameObjectConfig * @since 4.0.0 * * @property {string|Phaser.Types.GameObjects.NoiseSimplex3D.NoiseSimplex3DQuadConfig} [config] - The configuration object this NoiseSimplex3D will use. * @property {number} [width=128] - The width of the Game Object. * @property {number} [height=128] - The height of the Game Object. */