SkinInformation.GetBoneOffsetMatrix Method

Language:

Retrieves the bone offset matrix.

Definition

Visual Basic Public Function GetBoneOffsetMatrix( _
    ByVal bone As Integer _
) As Matrix
C# public Matrix GetBoneOffsetMatrix(
    int bone
);
C++ public:
Matrix GetBoneOffsetMatrix(
    int bone
);
JScript public function GetBoneOffsetMatrix(
    bone : int
) : Matrix;

Parameters

bone System.Int32
Value that represents the bone number of the bone offset matrix to retrieve.

Return Value

Microsoft.DirectX.Matrix
A Matrix object that represents the bone offset matrix.

See Also


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