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) 204 B
/** * @typedef {object} Phaser.Types.Geom.Mesh.UV * @since 3.50.0 * * @property {number} u - The u component. * @property {number} v - The v component. * @property {number} w - The w component. */