XFileGuid.MeshTextureCoords Field

Language:

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 Guid Leave 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:


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center