Exemplo n.º 1
0
 void FixedUpdate()
 {
     if (myStopWatch.execeedesSeconds(secondsInPrequelScene))
     {
         myStopWatch.stop();
         SceneManager.LoadScene("playground", LoadSceneMode.Single);
     }
 }
Exemplo n.º 2
0
 public static bool isDownTempoPhase()
 {
     return(myStopWatch.execeedesSeconds(secondsBeforeKidsNegativeAcceleration));
 }