InteractionTrackerInertiaNaturalMotion
InteractionTrackerInertiaNaturalMotion
InteractionTrackerInertiaNaturalMotion
InteractionTrackerInertiaNaturalMotion
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 ScalarNaturalMotionAnimation that defines motion of InteractionTracker during its inertia state.
public : sealed class InteractionTrackerInertiaNaturalMotion : InteractionTrackerInertiaModifier, IInteractionTrackerInertiaNaturalMotionpublic sealed class InteractionTrackerInertiaNaturalMotion : InteractionTrackerInertiaModifier, IInteractionTrackerInertiaNaturalMotionPublic NotInheritable Class InteractionTrackerInertiaNaturalMotion Inherits InteractionTrackerInertiaModifier Implements IInteractionTrackerInertiaNaturalMotion// This API is not available in Javascript.
- Inheritance
-
InteractionTrackerInertiaModifierInteractionTrackerInertiaModifierInteractionTrackerInertiaModifierInteractionTrackerInertiaModifierInteractionTrackerInertiaNaturalMotionInteractionTrackerInertiaNaturalMotionInteractionTrackerInertiaNaturalMotionInteractionTrackerInertiaNaturalMotion
- 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 ScalarNaturalMotionAnimation that describes the modified motion for InteractionTracker if the expression in the Condition property is true.
public : ScalarNaturalMotionAnimation NaturalMotion { get; set; }public ScalarNaturalMotionAnimation NaturalMotion { get; set; }Public ReadWrite Property NaturalMotion As ScalarNaturalMotionAnimation// This API is not available in Javascript.
- Value
- ScalarNaturalMotionAnimation ScalarNaturalMotionAnimation ScalarNaturalMotionAnimation ScalarNaturalMotionAnimation
A ScalarNaturalMotionAnimation 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 InteractionTrackerInertiaNaturalMotion.
public : static InteractionTrackerInertiaNaturalMotion Create(Compositor compositor)public static InteractionTrackerInertiaNaturalMotion Create(Compositor compositor)Public Static Function Create(compositor As Compositor) As InteractionTrackerInertiaNaturalMotion// 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.