Gets the wrapping properties of a Texture.

This function returns the currently set horizontal and vertical [[WrapMode|wrapping modes]] for the texture.
== Function ==
=== Synopsis ===
<source lang="lua">
horiz, vert, depth = Texture:getWrap( )
</source>
=== Arguments ===
None.
=== Returns ===
{{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]].}}
}}
== See Also ==
* [[parent::Texture]]
* [[Texture:setWrap]]
* [[WrapMode]]
[[Category:Functions]]
{{#set:Description=Gets the wrapping properties of a Texture.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Texture:getWrap}}