class
Interpolator
public static abstract sealed class Interpolator Helper for accessing IInterpolator`1 implementations, for interpolating between two values of the same type
Methods
static IInterpolator<T> GetDefault() Attempts to find a default interpolator for type , returning if not found.
static Boolean CanInterpolate(Type type) Attempts to find a default interpolator for the given , returning if not found.
static IInterpolator<T> GetDefaultOrThrow()