AnimationOutputFlags Enumeration

Language:

Note: This documentation is preliminary and is subject to change.

Defines the flags used to create an AnimationOutput object.

Definition

Visual Basic .NET Public Enum AnimationOutputFlags
C# public enum AnimationOutputFlags
Managed C++ __value public enum AnimationOutputFlags
JScript .NET public enum AnimationOutputFlags

Members

Member Value Description
Rotation 8 Enable retrieval of the animation's rotation data.
Scale 2 Enable retrieval of the animation's scaling data.
Translation 4 Enable retrieval of the animation's translation data.
TransformationMatrix 1 Enable retrieval of the animation's matrix transformation data.
None 0 No output desired.

Remarks

These flags control the outputs an AnimationOutput object encapsulates. A combination of one or more flags is valid when creating an AnimationOutput object.

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.