Table of Contents

Class ModelContent

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Processors
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

ModelBoneContentCollection

Meshes

Returns the bone mesh collection.

public ModelMeshContentCollection Meshes { get; }

Property Value

ModelMeshContentCollection

Root

Returns the root bone.

public ModelBoneContent Root { get; }

Property Value

ModelBoneContent

Tag

Gets or sets an object that can be used to tag this model content.

public object Tag { get; set; }

Property Value

object