InteractionTrackerVector2InertiaNaturalMotion.Condition 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 eine ExpressionAnimation ab, die beschreibt, wann der Modifizierer angewendet werden soll, oder legt diese fest.
public:
property ExpressionAnimation ^ Condition { ExpressionAnimation ^ get(); void set(ExpressionAnimation ^ value); };
ExpressionAnimation Condition();
void Condition(ExpressionAnimation value);
public ExpressionAnimation Condition { get; set; }
var expressionAnimation = interactionTrackerVector2InertiaNaturalMotion.condition;
interactionTrackerVector2InertiaNaturalMotion.condition = expressionAnimation;
Public Property Condition As ExpressionAnimation
Eigenschaftswert
Eine ExpressionAnimation , die beschreibt, wann der Modifizierer angewendet werden soll.