Mesh:getVertexCount
EditReturns the number of vertices in the Mesh. The vertex count is set when the Mesh is created and can't change afterwards.
count = Mesh:getVertexCount()Arguments
None
Returns
| Name | Type | Description |
| count | number | The number of vertices in the Mesh. |