ID3DX10SkinInfo::RemoveBone method
Remove a bone.
Syntax
HRESULT RemoveBone(
[in] UINT Index
);
Parameters
-
Index [in]
-
Type: UINT
An index that specifies which bone to remove. Must be between 0 and the value returned by ID3DX10SkinInfo::GetNumBones.
Return value
Type: HRESULT
If the method succeeds, the return value is S_OK. If the method fails, the return value can be: E_INVALIDARG.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also