ID3DXKeyframedAnimationSet::UnregisterAnimation

Remove the animation data from the animation set.

HRESULT UnregisterAnimation(
  UINT Index
);

Parameters

Index
[in] The animation index.

Return Values

If the method succeeds, the return value is S_OK. If the method fails, the following value will be returned: D3DERR_INVALIDCALL.

Requirements

Header: Declared in D3dx9anim.h.