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

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

1. 手指点击list中的一个Item点击没反应 反复测试 发现 就是 手指稍微动一点就会点不住 手指 肯定没有鼠标确度[ 100%]

...现 就是 手指稍微动一点就会点不住 手指 肯定没有鼠标确度高 手指点击list中的一个Item点击没反应 反复测试 发现 就是 手指稍微动一点就会点不住 手指 肯定没有鼠标确度高 2018-10-28 添加评论 免费帖 --> 分享 微博 QZONE 微信...

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

2. laya.device.motion.RotationInfo [ 91%]

...至后的运动。 RotationInfo  compassAccuracy : Number 罗盘数据的确度(角度)。仅IOS可用。 RotationInfo  gamma : Number Y轴旋转角度,其值范围从-90至90。代表设备从左至右的运动。 RotationInfoPublic Methods  MethodDefined By  RotationInfo()RotationI...

来源: laya_api 发布时间: 20170929

3. 用谷歌获取经纬度报错? [ 90%]

... { trace('经纬度: (' + info.longitude + '°, ' + info.latitude + '°),确度:' + info.accuracy + 'm'); if(info.altitude != null) trace('海拔:' + info.altitude + 'm' + (info.altitudeAccuracy != null ? (',确度:' + info.altitudeAccuracy + 'm') : '')); if(info.heading != null &amp...

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

4. 用Geolocation获取地理位置信息(TypeScript-LayaAir基础篇(TS)-硬件设备相关) [ 89%]

... { trace('经纬度: (' + info.longitude + '°, ' + info.latitude + '°),确度:' + info.accuracy + 'm'); if(info.altitude != null) trace('海拔:' + info.altitude + 'm' + (info.altitudeAccuracy != null ? (',确度:' + info.altitudeAccuracy + 'm') : '')); if(info.heading != null && !...

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

5. 用Geolocation获取地理位置信息(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 89%]

... { trace('经纬度: (' + info.longitude + '°, ' + info.latitude + '°),确度:' + info.accuracy + 'm'); if(info.altitude != null) trace('海拔:' + info.altitude + 'm' + (info.altitudeAccuracy != null ? (',确度:' + info.altitudeAccuracy + 'm') : '')); if(info.heading != null && !...

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

6. 用Geolocation获取地理位置信息(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 89%]

... { trace('经纬度: (' + info.longitude + '°, ' + info.latitude + '°),确度:' + info.accuracy + 'm'); if(info.altitude != null) trace('海拔:' + info.altitude + 'm' + (info.altitudeAccuracy != null ? (',确度:' + info.altitudeAccuracy + 'm') : '')); if(info.heading != null && !...

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

7. 获取位置信息 · LayaAir3.0文档 · LAYABOX [ 89%]

...sole.log('经纬度: (' + info.longitude + '°, ' + info.latitude + '°),确度:' + info.accuracy + 'm'); if (info.altitude != null) console.log('海拔:' + info.altitude + 'm' + (info.altitudeAccuracy != null ? (',确度:' + info.altitudeAccuracy + 'm') : '')); if (info.heading != n...

来源: Laya3.0_文档 发布时间: 20241014

8. List手机上点不住 怎么解决 [ 81%]

...现 就是 手指稍微动一点就会点不住 手指 肯定没有鼠标确度高 ~ • 2018-09-07 10:53 在电脑上 也有问题 点击一个item 鼠标稍微移动一像素 就没有鼠标事件了 ~ • 2018-09-07 10:54 随便写一个list就会有问题 ~ • 2018-09-07 11:03 看到...

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

9. LayaAir3D 物理系统之鼠标拾取(射线拾取) [ 81%]

...盒型碰撞器BoxCollider,网格碰撞器MeshCollider。从碰撞检测确度和消耗性能从低到高依次为SphereCollider-BoxCollider-MeshCollider;可以根据游戏中开发需求,选择适合的碰撞器。          2. 层的概念,场景中共有32层,你可以选择把...

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

10. laya.device.motion.RotationInfo_API3.0 [ 80%]

...cy: number Defined in laya/device/motion/RotationInfo.ts:34 罗盘数据的确度(角度)。仅IOS可用。 gamma gamma: number Defined in laya/device/motion/RotationInfo.ts:29 Y轴旋转角度,其值范围从-90至90。代表设备从左至右的运动。 Globals "laya/device/motion/Rotati...

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