VertexElements Field

Project Mercury API

[This is preliminary documentation and is subject to change.]

Contains the vertex element data for a Particle.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public static readonly VertexElement[] VertexElements
Visual Basic (Declaration)
Public Shared ReadOnly VertexElements As VertexElement()
Visual C++
public:
static initonly array<VertexElement>^ VertexElements

See Also