SkinInformation.GetBoneName Method |
Language: |
Retrieves the bone name from the bone index.
Visual Basic Public Function GetBoneName( _
ByVal bone As Integer _
) As StringC# public string GetBoneName(
int bone
);C++ public:
String^ GetBoneName(
int bone
);JScript public function GetBoneName(
bone : int
) : String;
bone System.Int32
Value that represents the bone number of the bone name to retrieve.
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