Vector3NaturalMotionAnimation Vector3NaturalMotionAnimation Vector3NaturalMotionAnimation Vector3NaturalMotionAnimation Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
The base Vector3 NaturalMotionAnimation used to target a Vector3 property.

public : class Vector3NaturalMotionAnimation : NaturalMotionAnimation, IVector3NaturalMotionAnimationpublic class Vector3NaturalMotionAnimation : NaturalMotionAnimation, IVector3NaturalMotionAnimationPublic Class Vector3NaturalMotionAnimation Inherits NaturalMotionAnimation Implements IVector3NaturalMotionAnimation// This API is not available in Javascript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Inherited Members

Inherited methods

Inherited properties

Properties

FinalValue FinalValue FinalValue FinalValue

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

public : IReference<Vector3> FinalValue { get; set; }public Nullable<Vector3> FinalValue { get; set; }Public ReadWrite Property FinalValue As Nullable<Vector3>// This API is not available in Javascript.
Value
IReference<Vector3> Nullable<Vector3> Nullable<Vector3> Nullable<Vector3>

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.

InitialValue InitialValue InitialValue InitialValue

Prerelease. Gets or sets a value that indicates where the animation starts.

public : IReference<Vector3> InitialValue { get; set; }public Nullable<Vector3> InitialValue { get; set; }Public ReadWrite Property InitialValue As Nullable<Vector3>// This API is not available in Javascript.
Value
IReference<Vector3> Nullable<Vector3> Nullable<Vector3> Nullable<Vector3>

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

InitialVelocity InitialVelocity InitialVelocity InitialVelocity

Prerelease. Gets or sets the velocity that the animation starts with.

public : Vector3 InitialVelocity { get; set; }public Vector3 InitialVelocity { get; set; }Public ReadWrite Property InitialVelocity As Vector3// This API is not available in Javascript.
Value
Vector3 Vector3 Vector3 Vector3

The velocity that the animation starts with. The default is 0.