D3DXEVENT_TYPE
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXEVENT_TYPE Enumerated Type


Describes the type of events that can be keyed by the animation controller.

Syntax

typedef enum _D3DXEVENT_TYPE {
    D3DXEVENT_TRACKSPEED = 0,
    D3DXEVENT_TRACKWEIGHT = 1,
    D3DXEVENT_TRACKPOSITION = 2,
    D3DXEVENT_TRACKENABLE = 3,
    D3DXEVENT_PRIORITYBLEND = 4,
    D3DXEDT_FORCE_DWORD = 0x7fffffff
} D3DXEVENT_TYPE;

Constants

D3DXEVENT_TRACKSPEED

Track speed.

D3DXEVENT_TRACKWEIGHT

Track weight.

D3DXEVENT_TRACKPOSITION

Track position.

D3DXEVENT_TRACKENABLE

Enable flag.

D3DXEVENT_PRIORITYBLEND

Priority blend value.

D3DXEDT_FORCE_DWORD

Forces this enumeration to compile to 32 bits in size. This value is not used.

Enumerated Type Information

Headerd3dx9anim.h
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.