Guest User

Untitled

a guest
Nov 22nd, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //輸入框
  2. public InputField _input;
  3.  
  4. //分析
  5. private IEnumerator AnalyzeText(){
  6.  
  7. if (!_toneAnalyzer.GetToneAnalyze(OnGetToneAnalyze,_input.text ))
  8. Debug.Log("Failed to analyze!");
  9.  
  10. while (!_analyzeToneTested)
  11. yield return null;
  12.  
  13.  
  14. }
Add Comment
Please, Sign In to add comment