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

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

2251. layaair2-cmd编译报错task无compile [ 47%]

...到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 kylin 赞同来自: 1) layaair2-cmd仅支持2.4.0及以上IDE升级后的脚本,请求人IDE是否升级到2.4.0及以上。   2) 升级以后,打开发布面板,会自动升级编译发布脚本。  3) 如果1/2两步都...

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

2252. 摄像机跟随刚体移动,刚体出现抖动。 [ 47%]

...82*****163 相关问题 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. Laya2.6...

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

2253. 3D模型旋转问题,鼠标移动之后,根据按下移动的X坐标差值判断左右旋转,但是会越转越快,请问是什么问题? [ 47%]

...正常 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 关于使用matterjs物理引擎鼠标问题 用了第三方socket类 项目在IDE上可以连接正常运...

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

2254. 打包出来后的APP打开加载速度过慢,有黑屏,如何加入闪屏图片 [ 47%]

...ayabox.com/doc/?nav=ch-as-6-1-4 参考这个,在js的开头位置加上 window.loadingView.loading(100); 就可以避免黑屏 2017-07-26 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 trlanfeng 相关问题 请问LayaAir中如何使...

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

2255. [LayaAir3]3.2中,多个平台默认不支持bullet wasm物理库 [ 47%]

... wasm物理库 将物理库从bullet更改为bullet wasm后,在安卓、windows、微信小游戏、抖音小游戏上无法正常加载运行。 安卓报错截图如下:   windows报错截图如下:   打包成微信小游戏,在未修改game.js的默认情况下,无法加载bullet.was...

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

2256. Laya.loader.create 报错, 升级2.0.2后 游戏卡顿 [ 47%]

...essage":"gameThirdScriptError Cannot read property '_addReference' of undefined;at api request success callback function TypeError: Cannot read property '_addReference' of undefined     at t.<anonymous> (https://usr/game.js:49:8301)     at e.n._parse (https://usr/game.js:66:1995)     ...

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

2257. Dragonbones龙骨动画 播放不同动作出现闪烁 混乱 [ 47%]

...现闪烁   试过0,1,2模式都不行 //加载动画 load(aniUrl: string,emoji?:string,complete?:Handler):void{ if (emoji) { this.emoji=emoji; } if (complete) { this.completeHandler = complete; } this.aniUrl = aniUrl; this.templet = new Templet(); this.templet.on(Event.COMPLETE, this, this.par...

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

2258. 多指操作,会导致闪烁问题 [ 47%]

多指操作,会导致闪烁问题 E/jswrapper: ERROR: Uncaught SimpleSingletonList:[object Object] has  in  SingletonList., location: /data/data/com.nearme.instant.platform/app_game/app/com.qire.kpccc.nearme.gamecenter/2/libs/laya.d3.js:0:0     STACK:     [0]n.add@/data/data/com.nearme.ins...

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

2259. 手机调试时http请求错误,返回Request failed Status:0 [ 47%]

...andleFail); })) }), LocalTxt.getText("请求失败")+":"+e); } }); LogUtil.info(this.urlString,this.methodString,this.responseType,this.dataAny); hr.send(this.urlString, this.dataAny, this.methodString, this.responseType,this.headers); 2019-03-08 添加评论 已悬赏10元 --> 分享 微博 QZONE ...

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

2260. UI.Clip 组件我设置为数字0~9,播放问题:我将clip.index = 6 . 然后开始播放,clip.play(); 它会重新从0开始播放,而不是接着从6开始。 能不能接着6开始播放呢? [ 47%]

UI.Clip 组件我设置为数字0~9,播放问题:我将clip.index = 6 . 然后开始播放,clip.play(); 它会重新从0开始播放,而不是接着从6开始。 能不能接着6开始播放呢? 我这部分的代码如下: numClip.index = numClip.index + 1; numClip.play();   在play()...

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