示例#1
0
 // Update is called once per frame
 private void Update()
 {
     if (Input.GetButton("Submit"))
     {
         speechEngine.Listen();
         status.text = "Listening...";
     }
 }