XFileGuid.Coordinates2D Field |
Language: |
Retrieves the globally unique identifier (GUID) for a two-dimensional vector that is used to define a mesh's (u, v) texture coordinates.
Visual Basic Public Shared Coordinates2D As Guid C# public static Guid Coordinates2D; C++ public: static Guid Coordinates2D; JScript public static var Coordinates2D : Guid
System.Guid
This field is read-only.
A Guid value that is used for 2-D vector templates in XFiles (.x files).
The following is a Coords2d template.
[C#]Where:
template Coords2d { < F6F23F44-7686-11cf-8F52-0040333594A3 > float u; float v; }
- u - u coordinate value.
- v - v coordinate value.
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