InteractionTrackerVector2InertiaNaturalMotion.NaturalMotion Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Vector2NaturalMotionAnimation-Wert ab, der die geänderte Bewegung für InteractionTracker beschreibt, wenn der Ausdruck in der Condition-Eigenschaft true ist, oder legt diesen fest.
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
Eigenschaftswert
Ein Vector2NaturalMotionAnimation, der die geänderte Bewegung für InteractionTracker beschreibt, wenn der Ausdruck in der Condition-Eigenschaft true ist.