Class ModelMeshContent
- 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
MeshParts
Gets the collection of mesh parts contained in this mesh.
public ModelMeshPartContentCollection MeshParts { get; }
Property Value
Name
Gets the name of the mesh.
public string Name { get; }
Property Value
ParentBone
Gets the parent bone model.
public ModelBoneContent ParentBone { get; }
Property Value
SourceMesh
Gets the source mesh.
public MeshContent SourceMesh { get; }
Property Value
Tag
Gets or sets the tag associated with the mesh.
public object Tag { get; set; }