|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Draw () |
Package Functions | |
| ModelMesh (string name, ModelBone parentBone, BoundingSphere boundingSphere, ModelMeshPart[] meshParts, object tag) | |
Properties | |
| string | Name [get] |
| ModelBone | ParentBone [get] |
| BoundingSphere | BoundingSphere [get] |
| object | Tag [get, set] |
| ModelMeshPartCollection | MeshParts [get] |
| ModelEffectCollection | Effects [get] |
Private Attributes | |
| string | name |
| ModelBone | parentBone |
| BoundingSphere | boundingSphere = default(BoundingSphere) |
| ModelMeshPartCollection | meshParts |
| ModelEffectCollection | effects = new ModelEffectCollection() |
| object | tag |
Definition at line 5 of file ModelMesh.cs.