26 : base(initialValue, skipFirstUpdateFrame)
38 return Mathf.Abs(one - other) < SmallNumber;
49 public override float ApplyCurveValue(
float startValue,
float targetValue,
float curveValue)
51 return Mathf.Lerp(startValue, targetValue, curveValue);