AnimationOutput.Rotation Property

Language:

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

Retrieves the rotation output for the animation.

Definition

Visual Basic .NET Public ReadOnly Property Rotation As Quaternion
C# public Quaternion Rotation { get; }
Managed C++ public: __property Quaternion get_Rotation();
JScript .NET public function get Rotation() : Quaternion

Property Value

Microsoft.DirectX.Quaternion . A Quaternion object that contains the animation's rotation data.

This property is read-only. 

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

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