Int16KeyFrame.InterpolateValueCore(Int16, Double) Methode
Definition
Berechnet den Wert eines Keyframes mit dem angegebenen Fortschrittsinkrement.Calculates the value of a key frame at the progress increment provided.
protected:
abstract short InterpolateValueCore(short baseValue, double keyFrameProgress);
protected abstract short InterpolateValueCore (short baseValue, double keyFrameProgress);
abstract member InterpolateValueCore : int16 * double -> int16
Protected MustOverride Function InterpolateValueCore (baseValue As Short, keyFrameProgress As Double) As Short
Parameter
- baseValue
- Int16
Der Wert, von dem animiert werden soll. Dies ist in der Regel der Wert des vorherigen Keyframes.The value to animate from; typically the value of the previous key frame.
- keyFrameProgress
- Double
Ein Wert zwischen 0,0 und 1,0 (einschließlich), der den Prozentsatz der verstrichenen Zeit für diesen Keyframe angibt.A value between 0.0 and 1.0, inclusive, that specifies the percentage of time that has elapsed for this key frame.
Gibt zurück
Der Ausgabewert dieses Keyframes unter Verwendung des angegebenen Basiswerts und Fortschritts.The output value of this key frame given the specified base value and progress.