|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 3 of file ModelBone.cs.