示例#1
0
 public void UpdateUI()
 {
     taskControllerUI.UpdateUI();
 }
 //The Update functions are called every game cycle. They are broken into seperate methods for readability.
 void Update()
 {
     UpdateGameSpeed();
     ControllerInput.UpdateInput();
     ControllerUI.UpdateUI();
 }