mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Create GenerateVertsResult.js
This commit is contained in:
parent
1df4661487
commit
20f4e8a66b
1 changed files with 7 additions and 0 deletions
7
src/geom/mesh/typedefs/GenerateVertsResult.js
Normal file
7
src/geom/mesh/typedefs/GenerateVertsResult.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* @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[]} verts - An array of Vertex objects generated from the OBJ Data.
|
||||
*/
|
Loading…
Reference in a new issue