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) 324 B
/** * @typedef {object} Phaser.Types.Geom.Mesh.OBJFace * @since 3.50.0 * * @property {string} group - The name of the Group this Face is in. * @property {string} material - The name of the material this Face uses. * @property {Phaser.Types.Geom.Mesh.OBJFaceVertice[]} vertices - An array of vertices in this Face. */