Class ModelBoneContent
- 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
Index
Returns the index of this bone content.
public int Index { get; }
Property Value
Name
Returns the name of this bone content.
public string Name { get; }
Property Value
Parent
Returns teh parent of this bone content.
public ModelBoneContent Parent { get; }
Property Value
Transform
Returns or sets the transform matrix of this bone content.
public Matrix Transform { get; set; }