EventType Enumeration (Microsoft.DirectX.Direct3D)
Defines the types of events that can be keyed by the animation controller.
Visual Basic Public Enum EventType C# public enum EventType C++ public enum class EventType JScript public enum EventType
Member Value Description PriorityBlend 4 Priority blend value. TrackEnable 3 Enable flag. TrackPosition 2 Track position. TrackWeight 1 Track weight. TrackSpeed 0 Track speed.
This enumeration is used by the EventDescription.EventType property, which can be passed to an AnimationController class type.
Namespace Microsoft.DirectX.Direct3D Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) Strong Name Microsoft.DirectX.Direct3DX, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Show: