|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | CopyBoneTransformsTo (Matrix[] destinationBoneTransforms) |
| void | CopyAbsoluteBoneTransformsTo (Matrix[] destinationBoneTransforms) |
| void | CopyBoneTransformsFrom (Matrix[] sourceBoneTransforms) |
| void | Draw (Matrix world, Matrix view, Matrix projection) |
Package Functions | |
| Model () | |
Static Package Functions | |
| static Model | Read (ContentReader input) |
Properties | |
| ModelBone | Root [get] |
| ModelBoneCollection | Bones [get] |
| object | Tag [get, set] |
| ModelMeshCollection | Meshes [get] |
Private Member Functions | |
| void | ReadBones (ContentReader input) |
| ModelBone | ReadBoneReference (ContentReader input) |
| void | ReadMeshes (ContentReader input) |
Static Private Member Functions | |
| static ModelMeshPart[] | ReadMeshParts (ContentReader input) |
Private Attributes | |
| ModelBone | root |
| ModelBoneCollection | bones |
| ModelMeshCollection | meshes |
| object | tag |
Static Private Attributes | |
| static Matrix[] | sharedDrawBoneMatrices |