{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
Gets the total number of vertices in the Mesh.

== 関数 ==
=== 概要 ===
<source lang="lua">
count = Mesh:getVertexCount( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|count|The total number of vertices in the mesh.}}
== 関連 ==
* [[parent::Mesh (日本語)]]
* [[Mesh:getVertex (日本語)]]
* [[Mesh:setVertex (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the total number of vertices in the Mesh.}}
== そのほかの言語 ==
{{i18n (日本語)|Mesh:getVertexCount}}