• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 326 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)

211. Laya2.2问题,有没有遇到的? [ 56%]

... = 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

212. 预加载音频文件遇到的问题 [ 56%]

....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

213. iOS的conchMarket 如何新建新的对应关系 [ 56%]

...pe:"test"}; window.conchMarket.share(JSON.stringify(sData),function(data){ console.log(data); // TODO 数据处理. });   oc里怎么调用呢?     2018-01-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qi...

来源: Laya_社区 发布时间: 20180125

214. 用tiledmap导出的json文件为何加载不成功? [ 56%]

...), new Handler(this, completeHandler)); function completeHandler(params) { console.log("brj laya h5 加载完成.."); }   2017-09-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 建议...

来源: Laya_社区 发布时间: 20170918

215. Uncaught Can not find class laya.ani.bone.Skeleton [ 56%]

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

216. 获取动态更新的文本内容 [ 56%]

...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

217. laya获取图片像素后重新设置回去带有透明像素的地方显示有问题 [ 55%]

...       let x = tex.bitmap.getPixels();              console.log("------------------------",x);                          tex.bitmap.setPixels(x);              let sp = new Laya.Sprite();             sp.texture = tex;    ...

来源: Laya_社区 发布时间: 20210618

218. 连续读取多个本地json文件 [ 55%]

连续读取多个本地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

219. 如何使用graphics.loadImage加载图片资源的时候,如何判断加载失败? [ 55%]

...但貌似没有效果的: this.avatar.on(Event.ERROR, this, function() { console.log('loaded fail'); }); 2017-09-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ybs1905com 赞同来自: 看下API,graphics支...

来源: Laya_社区 发布时间: 20170928

220. [LayaAirIDE3]laya3.2启用workerloader后,web打包无法运行 [ 55%]

...功web版本没问题,有DEMO web端打包发布后能不能自动删除console.log 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 问题状态 最新活动: 2024-10-23 21:10 浏览: 3767 关注: 2 人

来源: Laya_社区 发布时间: 20241016