XFileGuid.MeshTextureCoords Field (Microsoft.DirectX.Direct3D)
Retrieves the globally unique identifier (GUID) for mesh texture coordinate templates.
Definition
Visual Basic Public Shared MeshTextureCoords As Guid C# public static Guid MeshTextureCoords;
C++ public: static Guid MeshTextureCoords;
JScript public static var MeshTextureCoords : Guid
Field Value
System.Guid
A Guidvalue 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.
.gif)