Model Members
The following tables list the members exposed by the Model type.
Public Properties
Name | Description | |
---|---|---|
Bones | Gets a collection of ModelBone objects which describe how each mesh in the Meshes collection for this model relates to its parent mesh. | |
Meshes | Gets a collection of ModelMesh objects which compose the model. Each ModelMesh in a model may be moved independently and may be composed of multiple materials identified as ModelMeshPart objects. | |
Root | Gets the root bone for this model. | |
Tag | Gets or sets an object identifying this model. |
Public Methods
Name | Description | |
---|---|---|
CopyAbsoluteBoneTransformsTo | Copies a transform of each bone in a model relative to all parent bones of the bone into a given array. | |
CopyBoneTransformsFrom | Copies an array of transforms into each bone in the model. | |
CopyBoneTransformsTo | Copies each bone transform relative only to the parent bone of the model to a given array. | |
Draw | Render a model after applying the matrix transformations. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |