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) 409 B
/** * @typedef {object} Phaser.Types.GameObjects.Face * @since 3.50.0 * * @property {Phaser.Types.GameObjects.Vertex} vertex1 - The first face vertex. * @property {Phaser.Types.GameObjects.Vertex} vertex2 - The second face vertex. * @property {Phaser.Types.GameObjects.Vertex} vertex3 - The third face vertex. * @property {boolean} isCounterClockwise - Are the vertices counter-clockwise? */