Table of Contents

Class ModelBoneContent

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Processors
Assembly
MonoGame.Framework.Content.Pipeline.dll

Provides properties and methods for managing model bone content.

public sealed class ModelBoneContent
Inheritance
ModelBoneContent
Inherited Members

Properties

Children

Stores the children of this bone content.

public ModelBoneContentCollection Children { get; }

Property Value

ModelBoneContentCollection

Index

Returns the index of this bone content.

public int Index { get; }

Property Value

int

Name

Returns the name of this bone content.

public string Name { get; }

Property Value

string

Parent

Returns teh parent of this bone content.

public ModelBoneContent Parent { get; }

Property Value

ModelBoneContent

Transform

Returns or sets the transform matrix of this bone content.

public Matrix Transform { get; set; }

Property Value

Matrix