ModelData:getMeshVertexCount
EditReturns the number of vertices in a mesh.
count = ModelData:getMeshVertexCount(mesh)
Arguments
Name | Type | Description |
mesh | number | The index of a mesh. |
Returns
Name | Type | Description |
count | number | The number of vertices in the mesh. |