ID3DXSkinInfo::GetBoneName method
Gets the bone name, from the bone index.
Syntax
LPCSTR GetBoneName(
[in] DWORD Bone
);
Parameters
-
Bone [in]
-
Type: DWORD
Bone number.
Return value
Type: LPCSTR
Returns the bone name. Do not free this string.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also