大约有 196 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0035 秒)
...rtTime=0); if(!url) return null; SoundManager._recoverWebAudio(); url=URL.formatURL(url); if (url!=SoundManager._tMusic){ if (Render.isConchApp){ var ext=Utils.getFileExtension(url); if (ext !="wav" && ext !="ogg"){ alert("The sound only supports wav or ogg format,for optimal performance rea...
来源: Laya_社区 发布时间: 20181019
...如下: The AudioContext was not allowed to start. It must be resume (or created) after a user gesture on the page 在下小白 ,请回答的详细点。最好有代码实例; 2018-05-09 1 条评论 已悬赏3元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20180509
...!url) return null; if (_muted) return null; _recoverWebAudio(); url = URL.formatURL(url); if (url == _tMusic) { if (_musicMuted) return null; } else { if (Render.isConchApp) { var ext:String = Utils.getFileExtension(url); if (ext != "wav" && ext != "ogg") { alert("The sound only supports wav...
来源: Laya_社区 发布时间: 20190115
多个文件之间相互import,运行时报错 大概就是子类 A import基类B,基类B import了另一个类C,C又import了子类A。。。 但是多个文件互相import在开发中不可避免啊,请问怎么解决呢? TypeError: Object prototype may only be an Object or null: ...
来源: Laya_社区 发布时间: 20190222
...CommonJS'. This is incompatible with rollup, please use 'module: "ES2015"' or 'module: "ESNext"'. 附件 : --> PigGameOpenData.zip 2019-12-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kylin 赞同来自: 1) ...
来源: Laya_社区 发布时间: 20191220
...ed status:0 HttpRequest.send问题 浏览器可以COMPLETE,手机上ERROR:request failed status:0 2018-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 1、If the state is UNSENT...
来源: Laya_社区 发布时间: 20180105
...mp3,则会弹出提示信息,提示信息如下: `The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document.` 这个时候需要把mp3转换成wav或者ogg格式。 ## 4.解决兼容性 如果你的项目在网页版本中音效使...
来源: Laya2.0_文档 发布时间: 20210715
...动画播放完后的回调时间 动画混合无效(版本2.6) Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? spine在微信小游戏中切换动画无法显示 H5动画和节奏的一个加速! 这样写的代码,Tween动画里面只有alpha有效果...
来源: Laya_社区 发布时间: 20240724
...binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open '/Developer/xcode/projects/game_dev/180106JumpAJump/code.git/JumpLaya/release/layaweb/0.9/js/core/UIInterface.js' at Object.fs.openSync (fs.js:558:18) at Object.module.(anonymous fu...
来源: Laya_社区 发布时间: 20180116
...md compile internal/modules/cjs/loader.js:638 throw err; ^ Err or: Cannot find module 'remove-trailing-separator' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.requi...
来源: Laya_社区 发布时间: 20210701