MeshVertexCount()

语法

Result = MeshVertexCount(#Mesh [, SubMesh])
概要
Return the number of vertices of the mesh.

参数

Mesh The mesh to use.
SubMesh (optional) If specified, it will return the number of vertices of the specified submesh. The first submesh index is 0 (main mesh).

返回值

Returns the vertices number of the mesh, or zero if the mesh or the submesh doesn't exists.

参阅

CreateMesh(), LoadMesh(), MeshIndexCount()

已支持操作系统

所有

<- MeshVertexColor() - Mesh Index - MeshVertexNormal() ->