Share via


XFileGuid.MeshFaceWraps Field (Microsoft.DirectX.Direct3D)

Retrieves the globally unique identifier (GUID) for mesh face wrap templates.

Definition

Visual Basic Public Shared MeshFaceWraps As GuidLeave Site
C# public static GuidLeave Site MeshFaceWraps;
C++ public: static GuidLeave Site MeshFaceWraps;
JScript public static var MeshFaceWraps : GuidLeave Site

Field Value

System.Guid
A GuidLeave Site value that contains the GUID for mesh face wrap templates.

This field is read-only. 

Remarks

Mesh face wrap templates are used to define the texture topology of each face in a wrap. The value of the nFaceWrapValues member should be equal to the number of faces in a mesh, as in the following example.

[C#]template MeshFaceWraps
{
    < ED1EC5C0-C0A8-11D0-941C-0080C80CFA7B >
    DWORD nFaceWrapValues;
    array Boolean2d faceWrapValues[nFaceWrapValues];
}

**Note: **This template is provided for backward compatibility and is no longer used.