Exemplo n.º 1
0
 void StartNewRun()
 {
     car.RestorePosRot();
     pathManager.DestroyRoad();
     SwapRoadToNewTextureVariation();
     pathManager.InitNewRoad();
     controller.StartDriving();
     RepositionOverheadCamera();
 }