{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
Gets the vertex map for the Mesh. The vertex map describes the order in which the vertices are used when the Mesh is drawn. The vertices, vertex map, and mesh draw mode work together to determine what exactly is displayed on the screen.

If no vertex map has been set previously via [[Mesh:setVertexMap]], then this function will return [[nil]] in LÖVE [[0.10.0]]+, or an empty table in [[0.9.2]] and older.

== 関数 ==
=== 概要 ===
<source lang="lua">
map = Mesh:getVertexMap( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|table|map|A table containing the list of vertex indices used when drawing.}}
== 関連 ==
* [[parent::Mesh (日本語)]]
* [[Mesh:setVertexMap (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the vertex map for the Mesh.}}
== そのほかの言語 ==
{{i18n (日本語)|Mesh:getVertexMap}}