Ejemplo n.º 1
0
 void UpdateTimer(float time)
 {
     timer.text = LifeHack.FloatToTime(time, "#0:00.000");
 }
Ejemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     time       = startTimer;
     timer.text = LifeHack.FloatToTime(startTimer, "#0:00.000");
 }