Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An application implements this interface to handle callbacks in animation sets generated by calls to ID3DXAnimationController::AdvanceTime.
Members
The ID3DXAnimationCallbackHandler interface inherits from the IUnknown interface. ID3DXAnimationCallbackHandler also has these types of members:
Methods
The ID3DXAnimationCallbackHandler interface has these methods.
Method | Description |
---|---|
HandleCallback | The application implements this method. This method is called when a callback occurs for an animation set in one of the tracks during a call to ID3DXAnimationController::AdvanceTime. |
Remarks
The LPD3DXANIMATIONCALLBACKHANDLER type is defined as a pointer to this interface.
typedef interface ID3DXAnimationCallbackHandler ID3DXAnimationCallbackHandler;
typedef interface ID3DXAnimationCallbackHandler *LPD3DXANIMATIONCALLBACKHANDLER;
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also