예제 #1
0
 public string ReadImagePathConfig()
 {//读配置文件
     return(UIAtlasEditorConfig.ReadImageBasePath());
 }
예제 #2
0
 public static void OnBasePathChange(string newBasePaht)
 {//图库路径变更处理函数
     UIAtlasEditorConfig.ReadImageBasePath();
 }
예제 #3
0
 public void WriteImagePathConfig(string path)
 {//写配置文件
     UIAtlasEditorConfig.WriteImageBasePath(path);
 }