{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
Gets the mipmap filter mode for a Texture. Prior to 11.0 this method only worked on Images.

== 関数 ==
=== 概要 ===
<source lang="lua">
mode, sharpness = Texture:getMipmapFilter( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|FilterMode|mode|The filter mode used in between mipmap levels. [[nil]] if mipmap filtering is not enabled.}}
{{param (日本語)|number|sharpness|Value used to determine whether the image should use more or less detailed mipmap levels than normal when drawing.}}

== 関連 ==
* [[parent::Texture (日本語)]]
* [[Texture:setMipmapFilter (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the mipmap filter mode for a Texture.}}
== そのほかの言語 ==
{{i18n (日本語)|Texture:getMipmapFilter}}