SkinInformation.GetNumBoneInfluences Method

Language:

Retrieves the number of influences for a bone.

Definition

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

Parameters

bone System.Int32
Value that represents the bone number for which to retrieve the number of influences.

Return Value

System.Int32
Value that contains the number of influences for the bone.


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