Пример #1
0
 public void BeginTrackingCycle(CarTimestamp timestamp)
 {
     if (path.CurrentTimestamp < timestamp)
     {
         // get the relative transform to take up to the current time
         path.TransformPath(Services.RelativePose.CurrentTimestamp);
     }
 }