UNPKG

phaser

Version:

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

8 lines (7 loc) 392 B
/** * @typedef {object} Phaser.Types.GameObjects.CustomContext.CustomContextConfig * @extends Phaser.Types.GameObjects.Container.ContainerConfig * @since 4.2.0 * * @property {Phaser.Types.GameObjects.CustomContext.CustomContextCallback} [customContextCallback] - A function to be called before the custom DrawingContext is activated. If undefined, no callback will be called. */