PriorityType Enumeration
|
Language: |
Note: This documentation is preliminary and is subject to change.
Defines the priority type an animation track is assigned to.
Definition
Visual Basic .NET |
Public Enum PriorityType |
C# |
public enum PriorityType |
Managed C++ |
__value public enum PriorityType |
JScript .NET |
public enum PriorityType |
Members
Member |
Value |
Description |
High |
1 |
Blends the track with all high-priority tracks before the high-priority blend is mixed with the low-priority blend. |
Low |
0 |
Blends the track with all low-priority tracks before the low-priority blend is mixed with the high-priority blend. |
Remarks
Tracks with the same priority are blended together, and the two resulting values are then blended using the priority blend factor.
Enumeration Information
Namespace |
Microsoft.DirectX.Direct3D |
Assembly |
Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) |
Strong Name |
Microsoft.DirectX.Direct3DX,
Version=1.0.2902.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35 |
© 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