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

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

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

...道是什么原因? 重力感应Accelerator调试时候没反应,但是Gyroscope却可以使用,手机型号是小米9、iphone6和360N7,小米9都可以使用,但iphone6和360却只能用GyroscopeLayaairidm2.20 附件 : --> 2019-11-18 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

12. 陀螺仪与加速计(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 70%]

...,分别为加速信息AccelerationInfo、加速计Accelerator、陀螺仪Gyroscope、保存旋转信息RotationInfo。本节将详细描述laya.device.motion API的相关内容。 ## 1、陀螺仪 ​ `Gyroscope`通过`change`事件对设备方向改变进行监听。该事件有两个回调参数...

来源: Laya2.0_文档 发布时间: 20210714

13. 陀螺仪 IOS [ 59%]

陀螺仪 IOS    Laya.Gyroscope.instance.on(Laya.Event.CHANGE,this,this.onDeviceorientation);   在IOS 下没有调用 onDeviceorientation 这个方法。陀螺仪在苹果上如何处理 2019-08-15 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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

14. 陀螺仪接口问题 [ 58%]

陀螺仪接口问题 Laya.Gyroscope.instance.off(Laya.Event.CHANGE,this,this.test) 调用off方法但是没有生效 还是一直在走on方法去监听陀螺仪旋转 2018-01-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

15. 设备的几个单例都获取不到 [ 56%]

...的几个都获取不了单例下下图:Accelerator.instance    Laya.Gyroscope.instance 我用手机扫二维码也获取不了数据,要用laya.device.motion下面的类还需要注意那些细节,谢谢 附件 : --> 2017-04-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

16. 陀螺仪和加速计使用问题 [ 54%]

陀螺仪和加速计使用问题 Laya.Gyroscope.instance.on(Laya.Event.CHANGE,this,this.onDeviceorientation);  Laya.Accelerator.instance.on(Laya.Event.CHANGE,this,this.onMotoin); 官网陀螺仪和加速计例子中的上面两句运行时都报 Cannot read property 'instance' of undefined 的错...

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

17. IOS微信内置浏览器陀螺仪问题 Laya2.4.0bate [ 52%]

... window.addEventListener('deviceorientation', function(event)  {}) Laya.Gyroscope.instance.on(Laya.Event.CHANGE, this, this.onDeviceorientation);  连接打开方式都由微信扫一扫打开,safari不支持此demo运行 查找到资料地址: https://caniuse.com/#search=deviceorientation ios...

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

18. laya.events.EventDispatcher [ 48%]

...tionPlayer, AnimationTransform3D, BaseRender, Component3D, GeometryFilter, Gyroscope, HttpRequest, Loader, LoaderManager, Node, Shake, Socket, Sound, SoundChannel, Texture, TimeLine, Transform3D, TransformUV EventDispatcher 类是可调度事件的所有类的基类。 Public Methods  MethodDefined...

来源: laya_api 发布时间: 20170929

19. laya.events.EventDispatcher_API3.0 [ 47%]

... AxiGamepad ButtonGamepad WebXRInput WebXRSessionManager Accelerator Shake Gyroscope Socket TimeLine Index Methods event hasListener off offAll offAllCaller on once Methods event event(type: string, data?: any): boolean Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: st...

来源: Laya3.0_api 发布时间: 20231115