Ejemplo n.º 1
0
 /** ロード。
  *
  *      a_url							: URL
  *      a_post == null					: GET
  *      a_encoding						: 文字列エンコード。
  *
  */
 public static string Load(string a_url, System.Collections.Generic.List <UnityEngine.Networking.IMultipartFormSection> a_post)
 {
     return(LoadGuidWithMetaString.Load(LoadTextWithUrl.Load(a_url, a_post)));
 }
Ejemplo n.º 2
0
 /** ロード。
  *
  *      a_full_path_with_extention		: フルパス。拡張子付き。
  *
  */
 public static string Load(string a_full_path_with_extention)
 {
     return(LoadGuidWithMetaString.Load(LoadTextWithFullPath.Load(a_full_path_with_extention)));
 }