AnimationOutput Class

Language:

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

Encapsulates matrix, scale, rotate, and translate (SRT) transformation objects.

Definition

Visual Basic .NET Public Class AnimationOutput
   Inherits Object 
   Implements IDisposable
C# public class AnimationOutput : Object,
   IDisposable
Managed C++ public __gc class AnimationOutput  : public Object,
   IDisposable
JScript .NET public class AnimationOutput extends Object
   implements IDisposable

Members Table

Method Description
AnimationOutput Initializes a new instance of the AnimationOutput class.
Dispose Immediately releases the unmanaged resources used by the AnimationOutput object.
Finalize Allows the AnimationOutput object to free resources before it is destroyed by the garbage collector.
Property Description
Matrix Retrieves the matrix output for the animation.
Name Retrieves the name of the animation output.
Rotation Retrieves the rotation output for the animation.
Scale Retrieves the scale output for the animation.
Translation Retrieves the translation output for the animation.

Inheritance Hierarchy

Object Leave Site
AnimationOutput

Class 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

See Also


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.