Interface IVertexType
Vertex type interface which is implemented by a custom vertex type structure.
public interface IVertexType
Properties
VertexDeclaration
Vertex declaration, which defines per-vertex data.
VertexDeclaration VertexDeclaration { get; }