Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.MeshVertexColors Field

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

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

Field Value

System.Guid . A Guid Leave Site value that contains the globally unique identifier (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:


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center