Class InterpolatingAnimator<T>
public abstract class InterpolatingAnimator<T> : ICustomAnimator
Type Parameters
T
- Inheritance
-
InterpolatingAnimator<T>
- Implements
- Inherited Members
Constructors
InterpolatingAnimator()
protected InterpolatingAnimator()
Methods
Interpolate(double, T, T)
public abstract T Interpolate(double progress, T oldValue, T newValue)
Parameters
progress
doubleoldValue
TnewValue
T
Returns
- T