{{newin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数}}
Gets the number of mipmaps contained in the Texture. If the texture was not created with mipmaps, it will return 1.
== 関数 ==
=== 概要 ===
<source lang="lua">
mipmaps = Texture:getMipmapCount( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|mipmaps|The number of mipmaps in the Texture.}}
== 関連 ==
* [[parent::Texture (日本語)]]
* [[Texture:setMipmapFilter (日本語)]]
* [[love.graphics.newImage (日本語)]]
* [[love.graphics.newCanvas (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the number of mipmaps contained in the Texture.}}
== そのほかの言語 ==
{{i18n (日本語)|Texture:getMipmapCount}}