UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

8 lines (7 loc) 301 B
/** * @typedef {object} Phaser.Types.Geom.Mesh.GenerateVertsResult * @since 3.50.0 * * @property {Phaser.Geom.Mesh.Face[]} faces - An array of Face objects generated from the OBJ Data. * @property {Phaser.Geom.Mesh.Vertex[]} vertices - An array of Vertex objects generated from the OBJ Data. */