public static void OnBasePathChange(string newBasePaht) {//图库路径变更处理函数 UIAtlasEditorConfig.ReadImageBasePath(); }
public string ReadImagePathConfig() {//读配置文件 return(UIAtlasEditorConfig.ReadImageBasePath()); }