コード例 #1
0
 private void SomeMethod()
 {
     wwwcall = new RequestWWW();
     StartCoroutine(wwwcall.GetXMLCoroutine("http://ya.ru"));
 }
コード例 #2
0
 private void SomeMethod()
 {
     StartCoroutine(RequestWWW.GetXMLCoroutine("http://ya.ru/", RequestFinished));
 }