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) 389 B
/** * @typedef {object} Phaser.Types.Geom.Mesh.OBJFaceVertice * @since 3.50.0 * * @property {number} textureCoordsIndex - The index in the `textureCoords` array that this vertex uses. * @property {number} vertexIndex - The index in the `vertices` array that this vertex uses. * @property {number} vertexNormalIndex - The index in the `vertexNormals` array that this vertex uses. */