XFileGuid.MeshVertexColors Field

Language:

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

Definition

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

Field Value

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

This field is read-only. 

Remarks

Mesh vertex color templates specify vertex colors for a mesh, rather than applying a material per face or per mesh. The following is an example of a MeshVertexColors template.

[C#]
template MeshVertexColors { <1630B821-7842-11cf-8F52-0040333594A3> DWORD nVertexColors; array IndexColor vertexColors[nVertexColors]; }
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