{{newin (日本語)|[[0.9.1 (日本語)|0.9.1]]|091|type=関数}}
Gets the texture ([[Image]] or [[Canvas]]) used when drawing the Mesh.

== 関数 ==
=== 概要 ===
<source lang="lua">
texture = Mesh:getTexture( )
</source>
=== 引数 ===
なし。

=== 返値 ===
{{param (日本語)|Texture|texture (nil)|The Image or Canvas to texture the Mesh with when drawing, or nil if none is set.}}

== 関連 ==
* [[parent::Mesh (日本語)]]
* [[Mesh:setTexture (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the texture ([[Image]] or [[Canvas]]) used when drawing the Mesh.}}
== そのほかの言語 ==
{{i18n (日本語)|Mesh:getTexture}}