Table of Contents

Class ModelMeshContent

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Processors
Assembly
MonoGame.Framework.Content.Pipeline.dll
public sealed class ModelMeshContent
Inheritance
ModelMeshContent
Inherited Members

Properties

BoundingSphere

public BoundingSphere BoundingSphere { get; }

Property Value

BoundingSphere

MeshParts

public ModelMeshPartContentCollection MeshParts { get; }

Property Value

ModelMeshPartContentCollection

Name

public string Name { get; }

Property Value

string

ParentBone

public ModelBoneContent ParentBone { get; }

Property Value

ModelBoneContent

SourceMesh

public MeshContent SourceMesh { get; }

Property Value

MeshContent

Tag

public object Tag { get; set; }

Property Value

object