当前位置:网站首页>【cocos creator】获取资源uuid
【cocos creator】获取资源uuid
2022-07-03 07:44:00 【烧仙草奶茶】
let url = audioName;//resources文件夹下路径
cc.loader.loadRes(url, cc.AudioClip, (err, clip: cc.AudioClip) => {
if (err || !clip) {
return;
}
const uuid = cc.assetManager.utils.getUuidFromURL(clip.nativeUrl);//uuid
const path = cc.assetManager.utils.getUrlWithUuid(uuid, {
isNative: true, nativeExt: ".mp3" });//原生平台地址
console.log(">>path" + path);
});
边栏推荐
- Lucene introduces NFA
- 【LeetCode】4. Best Time to Buy and Sell Stock·股票买卖最佳时机
- [at] abc 258G - Triangle 三元組可達-暴力
- Go language foundation ----- 09 ----- exception handling (error, panic, recover)
- [at] ABC 258g - triple Reach - violence
- 密西根大学张阳教授受聘中国上海交通大学客座教授(图)
- Redis查看客户端连接
- Static keyword
- 【LeetCode】4. Best time to buy and sell stock
- Redis view client connection
猜你喜欢

LwIP learning socket (application)

HarmonyOS第三次培训笔记

PAT甲级 1027 Colors in Mars

PAT甲级 1032 Sharing

Analysis of the problems of the 10th Blue Bridge Cup single chip microcomputer provincial competition

Redis批量启停脚本

Technical dry goods Shengsi mindspire dynamic transformer with variable sequence length has been released!

项目经验分享:基于昇思MindSpore,使用DFCNN和CTC损失函数的声学模型实现

【LeetCode】3. Merge Two Sorted Lists·合并两个有序链表

PAT甲级 1030 Travel Plan
随机推荐
[MySQL 14] use dbeaver tool to remotely backup and restore MySQL database (Linux Environment)
Go language foundation ----- 01 ----- go language features
Go language foundation ----- 18 ----- collaboration security, mutex lock, read-write lock, anonymous lock, sync Once
Go language foundation ----- 13 ----- file
【LeetCode】3. Merge two sorted lists · merge two ordered linked lists
【MySQL 11】怎么解决MySQL 8.0.18 大小写敏感问题
【LeetCode】4. Best time to buy and sell stock
register关键字
技术干货 | AlphaFold/ RoseTTAFold开源复现(2)—AlphaFold流程分析和训练构建
[at] ABC 258g - triple Reach - violence
什么是定义?什么是声明?它们有何区别?
[at] ABC 258g - Triangle triples reachable - violence
项目经验分享:基于昇思MindSpore实现手写汉字识别
Redis batch startup and shutdown script
Redis配置文件
技术干货|关于AI Architecture未来的一些思考
Professor Zhang Yang of the University of Michigan is employed as a visiting professor of Shanghai Jiaotong University, China (picture)
Research shows that breast cancer cells are more likely to enter the blood when patients sleep
PAT甲级 1027 Colors in Mars
Shengsi mindspire is upgraded again, the ultimate innovation of deep scientific computing