XFileGuid.MeshFace Field

Language:

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

Definition

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

Field Value

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

This field is read-only. 

Remarks

Mesh face templates are used by the Mesh template to define a mesh's faces. In the following MeshFace, each element of the nFaceVertexIndices array references a mesh vertex used to build the face.

[C#]
template MeshFace { < 3D82AB5F-62DA-11cf-AB39-0020AF71E433 > DWORD nFaceVertexIndices; array DWORD faceVertexIndices[nFaceVertexIndices]; }
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