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

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

241. layacmd 安装不成功 [ 67%]

... have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the electron package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js npm ERR! You can get information on how to open an issue...

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

242. 精灵自动消失 [ 67%]

...知道单纯的一个精灵或在box 组件在场景中为什么会消失 this.sp.graphics.drawRect(10, 166, 166, 90, "#ffff00"); 附件 : --> test.zip 2021-12-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Lay...

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

243. fairygui 生成的二进制文件在头条界面加载后得到的数据是空的 [ 67%]

...es/Bag.xml", type:Laya.Loader.BUFFER}          ], Laya.Handler.create(this, this.onLoaded));   在手机头条得到的数据是空的,手机微信是正常的,麻烦指导下   附件 : --> 2019-07-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

244. LayaAir下分离模式的使用 [ 66%]

...享 微博 QZONE 微信 155*****583 赞同来自: 还有分离模式下, this.createView(Loader.getRes("../test/TestPage.json"))只能放在对应的 ui 类里面加吗,这样每次导出不就覆盖了,很不方便啊 2018-01-30 0 1 分享 微博 QZONE 微信 HennoLuo 赞同来自: @xcling的...

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

245. Laya场景编辑时加入的Graphics组件,代码中该如何获取? [ 66%]

...通过类似的代码来声明、获取: private backBtn: Laya.Button; this.backBtn = this.scene.getChildByName('backBtn') as Laya.Button;但这个Rect就不知道是什么类型的了,试了下Laya.Rect/Laya.Graphics.Rect之类的,都没有这个类。     附件 : --> 2019-10-22 1 条评...

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

246. HTTP以POST发送Byte字节流,服务器无法解析 [ 66%]

...e.log("starConnection"); conn=new HttpRequest(); conn.once(Event.PROGRESS, this, onHttpRequestProgress); conn.once(Event.COMPLETE, this, onHttpRequestComplete); conn.once(Event.ERROR, this, onHttpRequestError); var buffBody=new Byte(); buffBody.endian=Byte.BIG_ENDIAN; buffBody.writeInt32(9); buffBod...

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

247. 微信小游戏iOS滑出控制中心或通知中心,导致音乐自动停止。 [ 66%]

...回复 bpmf_d 赞同来自: // 失去焦点 Laya.stage.on(Laya.Event.BLUR,this,function(){}); // 获得焦点 Laya.stage.on(Laya.Event.FOCUS,this,function(){}); 可以试试这两个方法如果不行  就请提供一下可以复现的demo 2019-05-09 0 0 分享 微博 QZONE 微信 为什么被折...

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

248. 头条小游戏二进制文件加载失败 [ 66%]

...ype:Laya.Loader.IMAGE},                   ], Laya.Handler.create(this, this.onLoaded));     调用这个方法后,头条游戏报错,二进制文件Bag.xml加载失败,微信是好的,经过逐步断点找到问题的位置 laya.wxmini.js    MiniFileMgr.fs.readFile这个方法...

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

249. 使用Laya.loader.create加载3d资源,如果出错次数超过最大线程数将无法继续加载资源 [ 66%]

...Manager 则也无法时LoaderManager中的_loaderCount数值减小,如果this._loaderCount >=this.maxLoader,则无法再下载文件 附件 : --> 2017-06-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Mo...

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

250. 微信小游戏运行导出项目的时候报错:Scene: the .lh file root type must be Scene [ 66%]

...the .lh file root type must be Scene,please use other function to  load  this file.;at api readFile success callback function Error: Scene: the .lh file root type must be Scene,please use other function to  load  this file.     at MyScene.__proto.onAsynLoaded (http://127.0.0.1:59022/game/code....

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