![]() |
![]() |
![]() |
XFileGuid.MeshTextureCoords Field |
Language: |
Retrieves the globally unique identifier (GUID) for mesh texture coordinate templates.
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
System.Guid . A Guid
This field is read-only.value that contains the globally unique identifier (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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center