SplineInt64KeyFrame.InterpolateValueCore(Int64, Double) メソッド

定義

スプライン補間を使用して、前のキー フレーム値から現在のキー フレーム値まで遷移します。

protected:
 override long InterpolateValueCore(long baseValue, double keyFrameProgress);
protected override long InterpolateValueCore (long baseValue, double keyFrameProgress);
override this.InterpolateValueCore : int64 * double -> int64
Protected Overrides Function InterpolateValueCore (baseValue As Long, keyFrameProgress As Double) As Long

パラメーター

baseValue
Int64

アニメーション付けの元の値。

keyFrameProgress
Double

このキー フレームの経過時間の割合を示す 0.0 ~ 1.0 の値。

戻り値

指定された基準値と進行状況が示された、このキー フレームの出力値。

適用対象