AnimationController.SetTrackEnable Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Enables or disables a track in the animation controller.
Definition
Visual Basic .NET |
Public Sub SetTrackEnable( _ ByVal track As Integer, _ ByVal enable As Boolean _ ) |
C# |
public void SetTrackEnable( int track, bool enable ); |
Managed C++ |
public: void SetTrackEnable( int track, bool enable ); |
JScript .NET |
public function SetTrackEnable( track : int, enable : boolean ); |
Parameters
track
|
System.Int32. Track identifier. |
enable
|
System.Boolean. Set to true if the track is enabled in the controller. Set to false if the track should not be mixed. |
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
OutOfMemoryException  |
Microsoft® Direct3D® could not allocate sufficient memory to complete the call. |
© 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