大约有 326 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)
... = true; this.onConfigLoaded(); } onVersionLoaded() { } onConfigLoaded() { console.log(123131313213); } } new Main(); }()); 错误信息: Uncaught TypeError: window.wx.getFileSystemManager is not a function at window.wxMiniGame (laya.wxmini.js:271) at Function.__init__ (laya.core....
来源: Laya_社区 发布时间: 20200104
....mp3", 0, Laya.Handler.create(this, onComplete)); } function onComplete(){ console.log("播放完成"); } 运行能正常运行但是控制台提示 Resources already exist,is repeated loading: D:/html5yx/project_zz/myxfj/bin/res/sound/bloodstream_bg.mp3 请问这是怎么回事。 附件 : --> 2...
来源: Laya_社区 发布时间: 20180320
...pe:"test"}; window.conchMarket.share(JSON.stringify(sData),function(data){ console.log(data); // TODO 数据处理. }); oc里怎么调用呢? 2018-01-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qi...
来源: Laya_社区 发布时间: 20180125
...), new Handler(this, completeHandler)); function completeHandler(params) { console.log("brj laya h5 加载完成.."); } 2017-09-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 建议...
来源: Laya_社区 发布时间: 20170918
Uncaught Can not find class laya.ani.bone.Skeleton 新建项目 console.log(Laya.Skeleton)为undefine 场景里放入.sk动画 运行报错Can not find class laya.ani.bone.Skeleton 附件 : --> 2020-05-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20200504
...r.create(this, this.Onloaded), null, Laya.Loader.TEXT,0,true,null,true); //console.log(Laya.Loader.loadedMap); } 另外就是加载的时候,不缓存资源,就不能读取文本内容。 1 let event1=Laya.loader.load("eyeimf.txt", Laya.Handler.create(this, this.Onloaded), null, Laya.Loader.TEXT...
来源: Laya_社区 发布时间: 20171228
... let x = tex.bitmap.getPixels(); console.log("------------------------",x); tex.bitmap.setPixels(x); let sp = new Laya.Sprite(); sp.texture = tex; ...
来源: Laya_社区 发布时间: 20210618
连续读取多个本地json文件 onAwake(): void { console.log("读数据"); Laya.loader.load("Json/shopLevel.json", Laya.Handler.create(this, this.shopJsonLoaded), null, Laya.Loader.JSON); Laya.loader.load("Json/menu.json", Laya.Handler.create(this, this.menuJsonLoaded), null, Laya.Loader.JSON);...
来源: Laya_社区 发布时间: 20220819
...但貌似没有效果的: this.avatar.on(Event.ERROR, this, function() { console.log('loaded fail'); }); 2017-09-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ybs1905com 赞同来自: 看下API,graphics支...
来源: Laya_社区 发布时间: 20170928
...功web版本没问题,有DEMO web端打包发布后能不能自动删除console.log 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 问题状态 最新活动: 2024-10-23 21:10 浏览: 3767 关注: 2 人
来源: Laya_社区 发布时间: 20241016