mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 22:20:44 +00:00
Make GenerateVertsResults verts
-> vertices
Update typedefs to match the new spelling.
This commit is contained in:
parent
56fc62a21a
commit
36b3de1748
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
|||
* @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.
|
||||
* @property {Phaser.Geom.Mesh.Vertex[]} vertices - An array of Vertex objects generated from the OBJ Data.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue