SkinInformation.GetBoneOffsetMatrix Method |
Language: |
Retrieves the bone offset matrix.
Visual Basic Public Function GetBoneOffsetMatrix( _
ByVal bone As Integer _
) As MatrixC# public Matrix GetBoneOffsetMatrix(
int bone
);C++ public:
Matrix GetBoneOffsetMatrix(
int bone
);JScript public function GetBoneOffsetMatrix(
bone : int
) : Matrix;
bone System.Int32
Value that represents the bone number of the bone offset matrix to retrieve.
Microsoft.DirectX.Matrix
A Matrix object that represents the bone offset matrix.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center