コード例 #1
0
 void TrueFunction(Mibo.VoiceRecognition recognitionInfo)
 {
     trueEvent.Invoke(recognitionInfo);
     Mibo.stopListen();
 }
コード例 #2
0
 void FalseFunction(Mibo.ResultType resultType, string json)
 {
     falseEvent.Invoke(resultType, json);
     Mibo.stopListen();
 }
コード例 #3
0
 public void RetuenToTitle()
 {
     Mibo.stopListen();
     UnityEngine.SceneManagement.SceneManager.LoadScene(ESceneConfig.Demo_Title.ToString());
 }