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

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
 

Detailed Description

Definition at line 5 of file ModelMesh.cs.


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