Make GenerateVertsResults verts -> vertices

Update typedefs to match the new spelling.
This commit is contained in:
Andrew Cunningham 2021-01-13 18:46:07 -05:00 committed by GitHub
parent 56fc62a21a
commit 36b3de1748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
*/