示例#1
0
 public AutoEaser(Easer t, long update_milliseconds) : base(typeof(T), t, update_milliseconds)
 {
 }
示例#2
0
 public AutoEaser(Easer t) : this(t, 16)
 {
 }