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

大约有 17 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0050 秒)

1. [LayaAirIDE 3.0]更新LayaAir 3.1.0-beta.1后编译不了 [ 100%]

...d     at http://127.0.0.1:24647/game/li ... 14785     at async Promise.all (index 0)     at async Promise.all (index 0) warn @ laya.core.js:1 warnFailed @ laya.core.js:1 (anonymous) @ laya.core.js:1 Promise.catch (async) _load2 @ laya.core.js:1 _load1 @ laya.core.js:1 load @ laya.core.js:1 loa...

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

2. js飞机大战报错 请大神看看 [ 96%]

...钮 label)都是"空的" 一访问就报出异常   我查了layaUI.max.all.js文件 里面的组件名正确  layaUI.max.all.js:          this.pauseBtn=null;          this.hpLabel=null;          this.levelLabel=null;          this.scoreLabel=null;          ...

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

3. 安装layaair2-cmd一直失败 [ 92%]

...np m\node_modules\layaair2-cmd\layaair2-cmd.js > core-js@2.6.11 postinstall C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\no de_modules\core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for pol...

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

4. layacmd使用ui命令,读取文件D:\s3mh5_client\laya\pageStyles.xml出错 [ 86%]

...s3mh5_client\laya\pageStyles.xml出错 读取文件出错 Packing complete All Work complete 完成   虽然最终导出的素材没什么问题,看到一个读取文件出错的信息总是不爽的!想知道具体原因。   2017-10-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

5. playSound和playMusic结束时候有异常抛出 [ 85%]

...;         //设置适配模式         Laya.stage.scaleMode = "showall";         //设置剧中对齐         Laya.stage.alignH = "center";         //设置横竖屏         Laya.stage.screenMode = "vertical";         //显示FPS         Laya.Stat.show(0, 50);     ...

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

6. [LayaAirIDE3]3.3.1 UI点击区域异常,mouseThrough属性失效 [ 85%]

...rsively check its child objects until it finds the target object or misses all objects. * When not penetrable, the node's width and height define the mouse collision area (a non-penetrable rectangular area). If the rectangular collision area does not meet the requirements, you can use the drawing ar...

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

7. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 85%]

... D/dalvikvm: JIT code cache reset in 0 ms (0 bytes 1/0) D/dalvikvm: GC_FOR_ALLOC freed 259K, 10% free 3081K/3408K, paused 2ms, total 2ms D/dalvikvm: GC_FOR_ALLOC freed 292K, 10% free 3303K/3656K, paused 2ms, total 3ms             [ 12-18 14:33:06.111  2961: 2961 E/         ]   ...

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

8. 苹果审核发现使用了私有API [ 79%]

... in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store. 2018-02-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_XS 赞同来自: 你的问题已经...

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

9. layacmd 安装不成功 [ 76%]

...trator\AppData\Roaming\npm\node_modules\layacmd\node_modules\ele ctron\install.js:48 throw err ^ Error: read ECONNRESET at exports._errnoException (util.js:1022:11) at TLSWrap.onread (net.js:569:26) C:\Users\Administrator\AppData\Roaming\npm `-- (empty) npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:...

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

10. 在Laya中使用Matter.js的最简示例 (JS) [ 73%]

...r ground = Bodies.rectangle(400, 500, 810, 60, { isStatic: true }); // add all of the bodies to the world World.add(engine.world, [boxA, boxB, ground]); // run the engine Engine.run(engine); // run the renderer Render.run(render);显示效果如下 但是这还没有用Laya来渲染,需要做下...

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