AnimationOutput.Scale Property

Language:

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

Retrieves the scale output for the animation.

Definition

Visual Basic .NET Public ReadOnly Property Scale As Vector3
C# public Vector3 Scale { get; }
Managed C++ public: __property Vector3 get_Scale();
JScript .NET public function get Scale() : Vector3

Property Value

Microsoft.DirectX.Vector3 . A Vector3 object that contains the animation's scale 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.