{{newin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数}}
Gets the depth of a [[TextureType|Volume Texture]]. Returns 1 for 2D, Cubemap, and Array textures.
== 関数 ==
=== 概要 ===
<source lang="lua">
depth = Texture:getDepth( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|depth|The depth of the volume Texture.}}
== 関連 ==
* [[parent::Texture (日本語)]]
* [[love.graphics.newVolumeImage (日本語)]]
* [[love.graphics.newCanvas (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the depth of a [[TextureType|Volume Texture]].}}
== そのほかの言語 ==
{{i18n (日本語)|Texture:getDepth}}