Freigeben über


InteractionTrackerVector2InertiaNaturalMotion.NaturalMotion Eigenschaft

Definition

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.

Gilt für: