Class MeshContent
- 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
Positions
Gets the list of vertex position values.
public PositionCollection Positions { get; }