XFileGuid.MeshTextureCoords Field |
Language: |
Retrieves the globally unique identifier (GUID) for mesh texture coordinate templates.
Visual Basic Public Shared MeshTextureCoords As Guid C# public static Guid MeshTextureCoords; C++ public: static Guid MeshTextureCoords; JScript public static var MeshTextureCoords : Guid
System.Guid
This field is read-only.
A Guid value that contains the GUID for mesh coordinate templates.
Mesh texture coordinate templates define a mesh's texture coordinates, as shown in the following example.
[C#]Where:
template MeshTextureCoords { < F6F23F40-7686-11cf-8F52-0040333594A3 > DWORD nTextureCoords; array Coords2d textureCoords[nTextureCoords] ; }
- nTextureCoords - Number of texture coordinates.
- array Coords2d textureCoords[nTextureCoords] - Array of 2-D texture coordinates. For more information, see Coordinates2D.
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