Class ModelContent
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
Provides properties and methods for managing model content.
public sealed class ModelContent
- Inheritance
-
ModelContent
- Inherited Members
Properties
Bones
Returns the bone content collection.
public ModelBoneContentCollection Bones { get; }
Property Value
Meshes
Returns the bone mesh collection.
public ModelMeshContentCollection Meshes { get; }
Property Value
Root
Returns the root bone.
public ModelBoneContent Root { get; }
Property Value
Tag
Gets or sets an object that can be used to tag this model content.
public object Tag { get; set; }