AnimationOutput.Translation Property

Language:

Retrieves the translation output for the animation.

Definition

Visual Basic Public ReadOnly Property Translation As Vector3
C# public Vector3 Translation { get; }
C++ public:
property Vector3 Translation {
        Vector3 get();
}
JScript public function get Translation() : Vector3

Property Value

Microsoft.DirectX.Vector3
A Vector3 object that contains the animation's translation data.

This property is read-only. 

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

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