|  | This document is archived and information here might be outdated. Recommended version. | 
Decodes texture coordinates.
[Visual Basic .NET]
Public Sub UnPackTexture2D ( _
    ByVal packedTextureST As Double, _
    ByRef textureS As Double, _
    ByRef textureT As Double, _
    ByRef wasProductive As Boolean _
)
[C#]
public void UnPackTexture2D (
    double packedTextureST,
    ref double textureS,
    ref double textureT,
    ref bool wasProductive
);
[C++]
HRESULT UnPackTexture2D(
  double packedTextureST,
  System.Double* textureS,
  System.Double* textureT,
  Boolean* wasProductive
);
[C++] Parameters packedTextureST [in]
packedTextureST is a parameter of type double textureS [out]
textureS is a parameter of type double* textureT [out]
textureT is a parameter of type double* wasProductive [out]
wasProductive is a parameter of type bool*