AnimationOutput Class

Language:

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

Definition

Visual Basic Public Class AnimationOutput
    Inherits Object
    Implements IDisposable
C# public class AnimationOutput : Object, IDisposable
C++ public ref class AnimationOutput : Object, IDisposable
JScript 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.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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