Table of Contents

Class MeshContent

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

Provides properties and methods that define various aspects of a mesh.

public class MeshContent : NodeContent
Inheritance
MeshContent
Inherited Members

Constructors

MeshContent()

Initializes a new instance of MeshContent.

public MeshContent()

Properties

Geometry

Gets the list of geometry batches for the mesh.

public GeometryContentCollection Geometry { get; }

Property Value

GeometryContentCollection

Positions

Gets the list of vertex position values.

public PositionCollection Positions { get; }

Property Value

PositionCollection