![]() |
The API is no longer being updated here until further notice. |
This is no longer a part of the World of Warcraft API.
|
Return whether subsequent Texture:SetTexCoord() operations also modify the rendering rectangle of a Texture object to maintain texture scaling when the texture coordinates are modified.
enableFlag = MyTexture:GetTexCoordModifiesRect()
Returns
- enableFlag
- Boolean:
- false (default) to stretch/shrink the texture on SetTexCoord calls.
- true to modify the display rectangle's dimensions instead.
Patch changes
Patch 3.3.3 (2010-03-23): Removed. Reason, and workaround.
Patch 1.11.0 (2006-06-19): Added.
