Vector2NaturalMotionAnimation.FinalValue プロパティ

定義

アニメーションの終了位置を示す値を取得または設定します。

public:
 property IReference<float2> ^ FinalValue { IReference<float2> ^ get(); void set(IReference<float2> ^ value); };
IReference<float2> FinalValue();

void FinalValue(IReference<float2> value);
public System.Nullable<Vector2> FinalValue { get; set; }
var iReference = vector2NaturalMotionAnimation.finalValue;
vector2NaturalMotionAnimation.finalValue = iReference;
Public Property FinalValue As Nullable(Of Vector2)

プロパティ値

アニメーションの終了位置を示す 値です。 既定値は null です左に null を指定すると、アニメーション化されるプロパティの終了値が使用されます。

適用対象