![]() |
![]() |
![]() |
XFileGuid.MeshFaceWraps Field |
Language: |
Retrieves the globally unique identifier (GUID) for mesh face wrap templates.
Visual Basic .NET Public Shared MeshFaceWraps As Guid C# public static Guid MeshFaceWraps; Managed C++ public: static Guid MeshFaceWraps; JScript .NET public static var MeshFaceWraps : Guid
System.Guid . A Guid
This field is read-only.value that contains the globally unique identifier (GUID) for mesh face wrap templates.
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center