AnimationController.UnkeyEvent Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Removes a specified event from an animation track, preventing the event from being run.
Definition
Visual Basic .NET |
Public Sub UnkeyEvent( _ ByVal eventHandle As Integer _ ) |
C# |
public void UnkeyEvent( int eventHandle ); |
Managed C++ |
public: void UnkeyEvent( int eventHandle ); |
JScript .NET |
public function UnkeyEvent( eventHandle : int ); |
Parameters
eventHandle
|
System.Int32. Event handle to the event to remove. |
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center