Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.MeshTextureCoords Field

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Shared MeshTextureCoords As Guid
C# public static Guid MeshTextureCoords;
Managed C++ public: static Guid MeshTextureCoords;
JScript .NET public static var MeshTextureCoords : Guid

Field Value

System.Guid . A Guid Leave Site value that contains the globally unique identifier (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:


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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