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) 378 B
/** * @typedef {object} Phaser.Types.GameObjects.Stencil.StencilConfig * @extends Phaser.Types.GameObjects.GameObjectConfig * @since 4.2.0 * * @property {Phaser.GameObjects.GameObject[]} [children] - An optional array of Game Objects to add to the Stencil. * @property {Phaser.Types.GameObjects.Stencil.StencilOptions} [options] - The options for the Stencil. */