예제 #1
0
 public WWWRequest(string url, IDictionary parameters, IDictionary init)
 {
     URL        = url;
     Parameters = (parameters != null) ? parameters : new Dictionary <object, object>();
     Init       = (init != null) ? init : new Dictionary <object, object>();
     Response   = new WWWResponse();
 }
예제 #2
0
 public static void WWWCallbackEmpty(WWWResponse wwwResponse)
 {
 }