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

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
 

Detailed Description

Definition at line 6 of file Model.cs.


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