AnimationController.UnkeyEvent Method |
Language: |
Removes a specified event from an animation track, preventing the event from being run.
Visual Basic Public Sub UnkeyEvent( _
ByVal eventHandle As Integer _
)C# public void UnkeyEvent(
int eventHandle
);C++ public:
void UnkeyEvent(
int eventHandle
);JScript public function UnkeyEvent(
eventHandle : int
);
eventHandle System.Int32
Event handle to the event to remove.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
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