MeshIndexCount()
语法
Result = MeshIndexCount(#Mesh [, SubMesh])概要
Return the number of indexes in the mesh.
参数
Mesh The mesh to use. SubMesh (optional) If specified, it will return the number of indexes in the specified submesh. The first submesh index is 0 (main mesh).
返回值
Returns the number of indexes in the mesh, or zero if the mesh or the submesh doesn't exists.
参阅
CreateMesh(), LoadMesh(), MeshVertexCount()
已支持操作系统
所有