示例#1
0
 private void Update()
 {
     InterpTimedEvent.Catchup();
 }
示例#2
0
 public static void Catchup()
 {
     InterpTimedEvent.Catchup(Interpolation.timeInMillis);
 }