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) 429 B
/** * @typedef {object} Phaser.Types.Actions.FitToRegionItemCoverage * @since 4.0.0 * * @property {number} [width=1] - Override the effective width of the item. * @property {number} [height=1] - Override the effective height of the item. * @property {number} [originX=0.5] - Override the effective horizontal origin of the item. * @property {number} [originY=0.5] - Override the effective vertical origin of the item. */