XFileGuid.MeshTextureCoords Field (Microsoft.DirectX.Direct3D)

Retrieves the globally unique identifier (GUID) for mesh texture coordinate templates.

Definition

Visual Basic Public Shared MeshTextureCoords As GuidLeave Site
C# public static GuidLeave Site MeshTextureCoords;
C++ public: static GuidLeave Site MeshTextureCoords;
JScript public static var MeshTextureCoords : GuidLeave Site

Field Value

System.Guid
A GuidLeave Site value that contains the GUID for mesh coordinate templates.

This field is read-only. 

Remarks

Mesh texture coordinate templates define a mesh's texture coordinates, as shown in the following example.

[C#]template MeshTextureCoords
{
    < F6F23F40-7686-11cf-8F52-0040333594A3 >
    DWORD nTextureCoords;
    array Coords2d textureCoords[nTextureCoords] ;
}

Where:

  • nTextureCoords - Number of texture coordinates.
  • array Coords2d textureCoords[nTextureCoords] - Array of 2-D texture coordinates. For more information, see Coordinates2D.