Exemplo n.º 1
0
 public AutoEaser(Easer t, long update_milliseconds) : base(typeof(T), t, update_milliseconds)
 {
 }
Exemplo n.º 2
0
 public AutoEaser(Easer t) : this(t, 16)
 {
 }