/**
* 判断路径是否存在
*/
public static isPath(path: string) {
let paths_map = cc.assetManager.resources["_config"]["paths"]["_map"];
if (paths_map[path]) {
return true;
}
return false;
}
/**
* 判断路径是否存在
*/
public static isPath(path: string) {
let paths_map = cc.assetManager.resources["_config"]["paths"]["_map"];
if (paths_map[path]) {
return true;
}
return false;
}
本文标题:creator 判断路径是否存在
本文链接:https://www.haomeiwen.com/subject/dsgilltx.html
网友评论