Ejemplo n.º 1
0
 public void Adjustment_mode()
 {
     start_button.SetActive(true);
     adjustment_button.SetActive(false);
     confirm_button.SetActive(false);
     height_adjuser.SetActive(false);
     whiteboard_controller.Change_to_explain_adjustment();
 }