Table of Contents

Interface IVertexType

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

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; }

Property Value

VertexDeclaration