大约有 91 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0035 秒)
...aya.SoundManager.playMusic(urlStr, 0); }); } catch (e) { console.error(`SoundManager: BGM播放失败 [${url}]`, e); } } public stopBGM(): void { if (this.bgmChannel) { Laya.SoundManager.stopMusic...
来源: Laya_社区 发布时间: 20250930
...2-cmd/node_modules/rollup/dist/rollup.js:9868:33) at Promise.resolve.catch.then.then.then (/usr/local/lib/node_modules/layaair2-cmd/node_modules/rollup/dist/rollup.js:12148:20) exit:1 附件 : --> 2019-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20191115
...core.js:1 warnFailed @ laya.core.js:1 (anonymous) @ laya.core.js:1 Promise.catch (async) _load2 @ laya.core.js:1 _load1 @ laya.core.js:1 load @ laya.core.js:1 load2 @ laya.d3.js:1 (anonymous) @ laya.d3.js:1 Promise.then (async) load @ laya.d3.js:1 _load2 @ laya.core.js:1 _load1 @ laya.core.js:1 load...
来源: Laya_社区 发布时间: 20231116
...now()){} } postMessage(['ok']); } catch (e) { console.log("Exception in wait onmessage fuction!"); } } 2020-12-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20201201
...content.meta.image = _name + _hash } _content = JSON.stringify(_content) } catch(e) { console.error(e) } file.contents = new Buffer(_content) this.push(file) return cb() }) }()) .pipe(gulp.dest('./server/static')) }) gulp.task('default', ['updata_atlas_version']) 供大家参考 ^_^ 附件 : --> ...
来源: Laya_社区 发布时间: 20180412
...response.status}: ${errorResponse}`, response.status, errorResponse ); } } catch (error) { if (error instanceof HttpException) { throw error; } else if (error instanceof Error) { throw new Error(`Network error: ${error.message}`); } else { throw new Error("Unknown network error occurred"); } } }); }...
来源: Laya_社区 发布时间: 20251115
... 56 } // console.log(generatedPosition); } // consumer.destroy(); } main().catch(error => console.log(error.message)); 6、在cmd中运行:node convertSourceMap.js "at t.ClearYeMan (http://cangqiong.17dawan.com/v ... 341015)" "F:\\jenkins_workspace\\branch\\0707\\release\\sourcem...
来源: Laya_社区 发布时间: 20190528
...件路径例如 :"D:/jdk1.8/bin/java.exe",然后重启一下ide catch • 2018-08-10 11:33 应该是AS有面向对象特性,然后需要java库支持啥的,我猜的!更新java版本就好了 River • 2018-07-18 15:37 你最后的问题是怎么解决的? 135*****305 • 2018-10-2...
来源: Laya_社区 发布时间: 20170418
...i]._one = skillAniArray[i]; // 将渲染后的小切片追加到动画中 }catch(e) { console.log('warning: animation in loading'); // 过于频繁加载动画时给予警告 } }) } ani.interval = Math.round(1000/aniProps.mc[options.srcName].frameRate); // 设置动画的帧率 ani.autoPlay = option...
来源: Laya_社区 发布时间: 20190215
...se(localHeadStr) as RootDesc; await this._gitfs.setRoot(localHead.root); } catch (e) { } } 实际使用的时候,还要自己实现版本管理,界面,下载进度提示等功能。为了实现这些功能可能需要本地读写文件的接口,可以使用下面的全局函数: 这些接...
来源: Laya3.0_文档 发布时间: 20251010