Texture:getWrap

Gets the wrapping properties of a Texture.

This function returns the currently set horizontal and vertical wrapping modes for the texture.

Function

Synopsis

horiz, vert = Texture:getWrap( )

Arguments

None.

Returns

WrapMode horiz
Horizontal wrapping mode of the texture.
WrapMode vert
Vertical wrapping mode of the texture.

See Also


Other Languages