/// <summary> /// Updates the value. /// </summary> /// <param name="time">The animation time.</param> protected override void UpdateValue(float time) { _changeValue(Easing.Calculate(From, To, time)); }