Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.ModelBone Class Referencesealed

Package Functions

 ModelBone (string name, Matrix transform, int index)
 
void SetParentAndChildren (ModelBone newParent, ModelBone[] newChildren)
 

Package Attributes

Matrix transform
 

Properties

string Name [get]
 
int Index [get]
 
Matrix Transform [get, set]
 
ModelBone Parent [get]
 
ModelBoneCollection Children [get]
 

Private Attributes

string name
 
int index
 
ModelBone parent
 
ModelBoneCollection children
 

Detailed Description

Definition at line 3 of file ModelBone.cs.


The documentation for this class was generated from the following file: