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

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

1. Accelerator 使用报错 [ 100%]

Accelerator 使用报错   附件 : --> 2017-08-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 看下你的index.html下的script标签,是否引入了Accelerator所在的js文件...

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

2. 重力感应Accelerator失效问题。不知道是什么原因? [ 99%]

重力感应Accelerator失效问题。不知道是什么原因? 重力感应Accelerator调试时候没反应,但是Gyroscope却可以使用,手机型号是小米9、iphone6和360N7,小米9都可以使用,但iphone6和360却只能用Gyroscope,Layaairidm2.20 附件 : --> 2019-11-18 添加...

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

3. 关于Laya.Accelerator [ 98%]

关于Laya.Accelerator 2018-05-21 添加评论 已悬赏1元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Xu 赞同来自: 调用异常 2018-05-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...

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

4. 关于Accelerator [ 98%]

关于Accelerator 请问如何调用 附件 : --> 2018-05-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 _Lucky丶小中 赞同来自: 请问你这个问题解决了吗? 2018-09-05 0 0 分享 微博 QZONE ...

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

5. 引擎 微信小游戏 调用的Accelerator类代码bug [ 97%]

引擎 微信小游戏 调用的Accelerator类代码bug 引擎代码使用了一个未定义的变量,引擎版本是最新的1.7.19.1beta 附件 : --> 2018-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ...

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

6. 最新版的IDE accelerator 第94行onAndroid拼错了。。。 [ 97%]

LayaAir引擎 最新版的IDE accelerator 第94行onAndroid拼错了。。。 2018-07-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这个后面的版本会改的 2018-07-30 0 0 分...

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

7. 重力感应 Accelerator 发布微信游戏后失效。是因为什么? [ 97%]

重力感应 Accelerator 发布微信游戏后失效。是因为什么? Accelerator.instance.on(Laya.Event.CHANGE, this, monitorAccelerator); function monitorAccelerator(acceleration, accelerationIncludingGravity, rotationRate, interval) {         let x = accelerationIncludingGravity.x;    ...

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

8. Laya.Accelerator提示"instance"undefined [ 97%]

Laya.Accelerator提示"instance"undefined 运行程序的时候提示:Uncaught TypeError: Cannot read property 'instance' of undefined 附件 : --> 2018-11-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 鬼...

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

9. 如何启用摇一摇 [ 95%]

...iceMotion事件");}'); __JS__('function deviceMotionHandler(eventData){var acceleration = eventData.accelerationIncludingGravity'); __JS__('var curTime = new Date().getTime()'); __JS__('if ((curTime - last_update) > 100 && canShake == 1){var diffTime = curTime - last_update'); __JS__('las...

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

10. 重力感应在手机没有回调问题 [ 80%]

重力感应在手机没有回调问题 Accelerator.instance.on(Event.CHANGE, this, this.monitorAccelerator);   monitorAccelerator(acceleration, accelerationIncludingGravity, rotationRate, interval) 在PC端调试回调中accelerationIncludingGravity为空,手机扫码调试。次函数不会被...

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