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) 383 B
/** * @typedef {object} Phaser.Types.GameObjects.StencilReference.StencilReferenceConfig * @extends Phaser.Types.GameObjects.GameObjectConfig * @since 4.2.0 * * @property {Phaser.GameObjects.Stencil} [targetStencil] - The Stencil to use as a reference. * @property {Phaser.Types.GameObjects.Stencil.StencilOptions} [options] - The options for the StencilReference. */