Gets the wrapping properties of a Texture.

This function returns the currently set horizontal and vertical [[WrapMode|wrapping modes]] for the texture.
== 関数 ==
=== 概要 ===
<source lang="lua">
horiz, vert, depth = Texture:getWrap( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|WrapMode|horiz|Horizontal wrapping mode of the texture.}}
{{param (日本語)|WrapMode|vert|Vertical wrapping mode of the texture.}}
{{New feature (日本語)|11.0|
{{param (日本語)|WrapMode|depth|Wrapping mode for the z-axis of a [[TextureType|Volume texture]].}}
}}
== 関連 ==
* [[parent::Texture (日本語)]]
* [[Texture:setWrap (日本語)]]
* [[WrapMode (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the wrapping properties of a Texture.}}
{{#set:Since=000}}
== そのほかの言語 ==
{{i18n (日本語)|Texture:getWrap}}