Vector3NaturalMotionAnimation.FinalValue プロパティ

定義

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

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

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

プロパティ値

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

適用対象