Ejemplo n.º 1
0
 void OnWebRequestDeleteAllFile(out string outputHtml, string inputText)
 {
     DebugServerUtil.DeleteAllOverride();
     // 再度ロード
     StartCoroutine(CoLoad());
     outputHtml = null;
 }
Ejemplo n.º 2
0
 void OnWebRequestDeleteAllFile(
     out string outputHtml,
     NameValueCollection queryString,
     Stream bodyData)
 {
     outputHtml = null;
     DebugServerUtil.DeleteAllOverride();
     OnOverrideFileChanged(null);         // ファイルを消した後通知
 }
Ejemplo n.º 3
0
 void OnWebRequestDeleteAllFile(out string outputHtml, NameValueCollection queryString, Stream bodyData)
 {
     DebugServerUtil.DeleteAllOverride();
     outputHtml    = null;
     loadRequested = true;
 }