InteractionTrackerVector2InertiaNaturalMotion.NaturalMotion Property

Definition

Gets or set a Vector2NaturalMotionAnimation that describes the modified motion for InteractionTracker if the expression in the Condition property is true.

public:
 property Vector2NaturalMotionAnimation ^ NaturalMotion { Vector2NaturalMotionAnimation ^ get(); void set(Vector2NaturalMotionAnimation ^ value); };
Vector2NaturalMotionAnimation NaturalMotion();

void NaturalMotion(Vector2NaturalMotionAnimation value);
public Vector2NaturalMotionAnimation NaturalMotion { get; set; }
var vector2NaturalMotionAnimation = interactionTrackerVector2InertiaNaturalMotion.naturalMotion;
interactionTrackerVector2InertiaNaturalMotion.naturalMotion = vector2NaturalMotionAnimation;
Public Property NaturalMotion As Vector2NaturalMotionAnimation

Property Value

A Vector2NaturalMotionAnimation that describes the modified motion for InteractionTracker if the expression in the Condition property is true.

Applies to