Class CustomAnimatorBase<T>
[Obsolete("This class will be removed before 11.0, use InterpolatingAnimator<T>", true)]
public abstract class CustomAnimatorBase<T> : CustomAnimatorBase
Type Parameters
T
- Inheritance
-
CustomAnimatorBase<T>
- Inherited Members
Constructors
CustomAnimatorBase()
protected CustomAnimatorBase()
Methods
Interpolate(double, T, T)
public abstract T Interpolate(double progress, T oldValue, T newValue)
Parameters
progress
doubleoldValue
TnewValue
T
Returns
- T