Class ModelMeshContent
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public sealed class ModelMeshContent
- Inheritance
-
ModelMeshContent
- Inherited Members
Properties
BoundingSphere
public BoundingSphere BoundingSphere { get; }
Property Value
MeshParts
public ModelMeshPartContentCollection MeshParts { get; }
Property Value
Name
public string Name { get; }
Property Value
ParentBone
public ModelBoneContent ParentBone { get; }
Property Value
SourceMesh
public MeshContent SourceMesh { get; }
Property Value
Tag
public object Tag { get; set; }