arcade-physics
Version:
Use Arcade Physics without Phaser.
9 lines • 362 B
JavaScript
;
/**
* @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.
*/
//# sourceMappingURL=GenerateVertsResult.js.map