Vector3NaturalMotionAnimation.FinalValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.