Mesh:getVertexCount

Edit

Returns 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

NameTypeDescription
countnumber The number of vertices in the Mesh.

See also