public AutoEaser(Easer t, long update_milliseconds) : base(typeof(T), t, update_milliseconds) { }
public AutoEaser(Easer t) : this(t, 16) { }