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.

Definition

Visual Basic Public Shared Coordinates2D As Guid
C# public static Guid Coordinates2D;
C++ public: static Guid Coordinates2D;
JScript public static var Coordinates2D : Guid

Field Value

System.Guid
A Guid Leave Site value that is used for 2-D vector templates in XFiles (.x files).

This field is read-only. 

Remarks

The following is a Coords2d template.

[C#]
template Coords2d { < F6F23F44-7686-11cf-8F52-0040333594A3 > float u; float v; }
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