Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members exposed by the Model type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
Model | Initializes a new instance of Model. |
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. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |