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) 563 B
/** * @typedef {object} Phaser.Types.Physics.Matter.MatterChamferConfig * @since 3.22.0 * * @property {(number|number[])} [radius=8] - A single number, or an array, to specify the radius for each vertex. * @property {number} [quality=-1] - The quality of the chamfering. -1 means 'auto'. * @property {number} [qualityMin=2] - The minimum quality of the chamfering. The higher this value, the more vertices are created. * @property {number} [qualityMax=14] - The maximum quality of the chamfering. The higher this value, the more vertices are created. */