{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
{{oldin|[[0.10.0]]|100|type=function|text=Use [[Mesh:getTexture]] instead}}
Gets the [[Image]] used when drawing the Mesh.

== 関数 ==
=== 概要 ===
<source lang="lua">
image = Mesh:getImage( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|Image|image (nil)|The Image used to texture the Mesh when drawing. May be nil if no Image is being used with the Mesh.}}

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