SkinInformation.SetBoneName Method

Language:

Sets the bone name associated with a bone number.

Definition

Visual Basic Public Sub SetBoneName( _
    ByVal bone As Integer, _
    ByVal name As String _
)
C# public void SetBoneName(
    int bone,
    string name
);
C++ public:
void SetBoneName(
    int bone,
    Stringname
);
JScript public function SetBoneName(
    bone : int,
    name : String
);

Parameters

bone System.Int32
Value that represents the bone number.
name System.String
String that contains the bone name.

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