示例#1
0
 void Update()
 {
     menufield.PCalculations();
     timer += Time.deltaTime;
     if (timer > movetime)
     {
         menufield.Turn();
         timer = 0;
     }
 }