コード例 #1
0
 public static void LoadWww(string url, string requestJson, bool isPost, uint callId)
 {
     AssetManager.LoadWww(url, requestJson, isPost, delegate(string response)
     {
         CSharpInterface.OnLoadWww(response, callId);
     });
 }