ID3DXAnimationController::UnkeyAllTrackEvents

Removes all events from a specified animation track.

HRESULT UnkeyAllTrackEvents(
  UINT Track
);

Parameters

Track
[in] Identifier of the track on which all events should be removed.

Return Values

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

Remarks

This method prevents the execution of all events previously scheduled on the track, and discards all data associated with those events.

Requirements

Header: Declared in D3dx9anim.h.