Table of Contents

Class ModelMeshContent

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

Provides methods and properties for loading model mesh data.

public sealed class ModelMeshContent
Inheritance
ModelMeshContent
Inherited Members

Properties

BoundingSphere

Gets the bounding sphere of the mesh.

public BoundingSphere BoundingSphere { get; }

Property Value

BoundingSphere

MeshParts

Gets the collection of mesh parts contained in this mesh.

public ModelMeshPartContentCollection MeshParts { get; }

Property Value

ModelMeshPartContentCollection

Name

Gets the name of the mesh.

public string Name { get; }

Property Value

string

ParentBone

Gets the parent bone model.

public ModelBoneContent ParentBone { get; }

Property Value

ModelBoneContent

SourceMesh

Gets the source mesh.

public MeshContent SourceMesh { get; }

Property Value

MeshContent

Tag

Gets or sets the tag associated with the mesh.

public object Tag { get; set; }

Property Value

object