AnimationController.GetCurrentTrackEvent Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Returns an event handle to the event that is currently running on the specified animation track.
Definition
Visual Basic .NET |
Public Function GetCurrentTrackEvent( _ ByVal track As Integer, _ ByVal eventType As EventType _ ) As Integer |
C# |
public int GetCurrentTrackEvent( int track, EventType eventType ); |
Managed C++ |
public: int GetCurrentTrackEvent( int track, EventType eventType ); |
JScript .NET |
public function GetCurrentTrackEvent( track : int, eventType : EventType ) :
int; |
Parameters
Return Value
System.Int32
. Event currently running on the specified track. If no event is running on the specified track, a value of 0 is returned.
© 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