Vector3NaturalMotionAnimation.FinalValue Property

Definition

Gets or sets a value that indicates where the animation ends.

public:
 property IReference<float3> ^ FinalValue { IReference<float3> ^ get(); void set(IReference<float3> ^ value); };
IReference<float3> FinalValue();

void FinalValue(IReference<float3> value);
public System.Nullable<Vector3> FinalValue { get; set; }
var iReference = vector3NaturalMotionAnimation.finalValue;
vector3NaturalMotionAnimation.finalValue = iReference;
Public Property FinalValue As Nullable(Of Vector3)

Property Value

A value that indicates where the animation ends. The default is null. If left null, the ending value of the property being animated is used.

Applies to