InteractionTrackerVector2InertiaNaturalMotion
InteractionTrackerVector2InertiaNaturalMotion
InteractionTrackerVector2InertiaNaturalMotion
InteractionTrackerVector2InertiaNaturalMotion
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.]
A Vector2NaturalMotionAnimation that defines motion of InteractionTracker during its inertia state.
public : sealed class InteractionTrackerVector2InertiaNaturalMotion : InteractionTrackerVector2InertiaModifier, IInteractionTrackerVector2InertiaNaturalMotionpublic sealed class InteractionTrackerVector2InertiaNaturalMotion : InteractionTrackerVector2InertiaModifier, IInteractionTrackerVector2InertiaNaturalMotionPublic NotInheritable Class InteractionTrackerVector2InertiaNaturalMotion Inherits InteractionTrackerVector2InertiaModifier Implements IInteractionTrackerVector2InertiaNaturalMotion// This API is not available in Javascript.
- Inheritance
-
InteractionTrackerVector2InertiaModifierInteractionTrackerVector2InertiaModifierInteractionTrackerVector2InertiaModifierInteractionTrackerVector2InertiaModifierInteractionTrackerVector2InertiaNaturalMotionInteractionTrackerVector2InertiaNaturalMotionInteractionTrackerVector2InertiaNaturalMotionInteractionTrackerVector2InertiaNaturalMotion
- Attributes
| 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
Condition Condition Condition Condition
Prerelease. Gets or sets an ExpressionAnimation describing when the modifier should be applied.
public : ExpressionAnimation Condition { get; set; }public ExpressionAnimation Condition { get; set; }Public ReadWrite Property Condition As ExpressionAnimation// This API is not available in Javascript.
An ExpressionAnimation describing when the modifier should be applied.
NaturalMotion NaturalMotion NaturalMotion NaturalMotion
Prerelease. Gets or set a Vector2NaturalMotionAnimation that describes the modified motion for InteractionTracker if the expression in the Condition property is true.
public : Vector2NaturalMotionAnimation NaturalMotion { get; set; }public Vector2NaturalMotionAnimation NaturalMotion { get; set; }Public ReadWrite Property NaturalMotion As Vector2NaturalMotionAnimation// This API is not available in Javascript.
- Value
- Vector2NaturalMotionAnimation Vector2NaturalMotionAnimation Vector2NaturalMotionAnimation Vector2NaturalMotionAnimation
A Vector2NaturalMotionAnimation that describes the modified motion for InteractionTracker if the expression in the Condition property is true.
Methods
Create(Compositor) Create(Compositor) Create(Compositor) Create(Compositor)
Prerelease. Creates an instance of InteractionTrackerVector2InertiaNaturalMotion.
public : static InteractionTrackerVector2InertiaNaturalMotion Create(Compositor compositor)public static InteractionTrackerVector2InertiaNaturalMotion Create(Compositor compositor)Public Static Function Create(compositor As Compositor) As InteractionTrackerVector2InertiaNaturalMotion// This API is not available in Javascript.
- compositor
- Compositor Compositor Compositor Compositor
The compositor to use when creating the InteractionTrackerInertiaNaturalMotion object.
Returns the created InteractionTrackerInertiaNaturalMotion object.