SkinInformation.SetBoneName Method |
Language: |
Sets the bone name associated with a bone number.
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,
String^ name
);JScript public function SetBoneName(
bone : int,
name : String
);
bone System.Int32
Value that represents the bone number.name System.String
String that contains the bone name.
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