大约有 83 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0033 秒)
...发现在 MiniFileMgr.wxdown时候fail了 错误信息 downloadFile:fail Error: Hostname/IP doesn't match certificate's altnames: "Host: lg-f6ejft4c-1256468286.wxlagame.com. is not in the cert's altnames: DNS:*.cdn.myqcloud.com, DNS:*.2144.com, DNS:*.dpfile.com, DNS:*.duba.com, DNS:*.flash.2144.com,...
来源: Laya_社区 发布时间: 20180517
... xhr.once(Laya.Event.COMPLETE, this, completeHandler); xhr.once(Laya.Event.ERROR, this, errorHandler); xhr.send("http://192.168.10.108:35553/re ... ot%3B, "", "get", "arraybuffer"); function completeHandler(data) { //加载完成返回的data是arraybuffer; //.......这里处理我们加密的图...
来源: Laya_社区 发布时间: 20180201
...加载错误,并不会触发错误事件。 Laya.loader.on(Laya.Event.ERROR, this, function(){ console.log("err"); }); Laya.loader.load([{url:"res/general/test.png",type:laya.net.Loader.IMAGE}]); 如果指定的类型时json或者atlas是会触发错误事件的。 2018-09-26 添加评论 ...
来源: Laya_社区 发布时间: 20180926
...onScript 3.0) 请问laya有没有地图编辑器工具? Ts 编辑提示error TS5023: Unknown option 'p' Laya mac版的IDE 是没测试就上线了吗? 成都雨墨游戏 求 laya 程序开发人员 关于Laya实现Matter.js官方案例凹多边形的问题 FairyGUI是一款专业的 UI编辑...
来源: Laya_社区 发布时间: 20190409
...打地鼠 AS、JS、TS版本 Demo! 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现...
来源: Laya_社区 发布时间: 20190315
...活就加载不出来, 报错 [warn]Retry to load: UI/so_main_base.png [error]Failed to load: UI/so_main_base.png 一开始我怀疑尺寸太大,就换了一张2000*300的图,就可以加载上= =这张图就不行,请问是图片格式哪不对吗 麻烦指教,谢谢 Laya_Aaron • 2018-0...
来源: Laya_社区 发布时间: 20180626
...有官方人员帮忙解决一下啊 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 谷歌浏览器播放mp3出现The AudioContext was not allowe...
来源: Laya_社区 发布时间: 20180408
...LETE, this, onSkeletonDataParsed); // factory.on(Event.ERROR, this, onError); // factory.parseData(texture, data, 60); factory.loadAni("res/Dragon.sk"); } var swordman:Skeleton; private function on...
来源: Laya_社区 发布时间: 20160902
... data = JSON.parse(res); }catch(error) { console.log("parse fail " + error); } } ...
来源: Laya_社区 发布时间: 20200427
...有个疑问MiniImage好像没启用吧,如下代码,onCreateImage中onerror中做了处理的。但是wxMini环境我们却用的Loader中的onCreateImage onerror没做任何处理。 var onerror = function () { clear(); ...
来源: Laya_社区 发布时间: 20200427