VertexDeclarationContentΒΆ

class VertexDeclarationContent : ContentItem

Provides methods and properties for maintaining the vertex declaration data of a VertexContent.

readonly System.Collections.ObjectModel.Collection<VertexElement> VertexElements

Gets the VertexElement object of the vertex declaration.

Value:The VertexElement object of the vertex declaration.
System.Nullable<Int32> VertexStride

The number of bytes from one vertex to the next.

Value:The stride (in bytes).