HandleAnimationCallback Delegate
|
Language: |
This delegate is used to handle callbacks triggered by KeyCallbacks in an animation track.
Definition
Visual Basic |
Public Delegate Sub HandleAnimationCallback( _ ByVal track As Integer, _ ByVal callbackData As IntPtr _ ) |
C# |
public delegate void HandleAnimationCallback( int track, IntPtr callbackData ); |
C++ |
public delegate void HandleAnimationCallback( int track, IntPtr callbackData ); |
JScript |
In JScript, you can use delegates, but you cannot define your own. |
Parameters
Delegate Information
Namespace |
Microsoft.DirectX.Direct3D |
Assembly |
Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) |
Strong Name |
Microsoft.DirectX.Direct3DX,
Version=1.0.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center