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

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

1. 输入设备-地图 [ 100%]

..., p.latitude); // 把原始坐标转换为百度坐标,部分设备可能获取到的是谷歌坐标,这时第三个参数改为3才是正确的。 convertor.translate([point], 1, 5, convertToBaiduCoord); // 更新当前获取到的地理信息 infoText.text = "经度:" + p.longitude + "\t纬...

来源: Laya_示例 发布时间: 20241117

2. 输入设备-指南针 [ 95%]

...ute && !Browser.onIOS) { firstTime = false; alert("在当前设备中无法获取地球坐标系,使用设备坐标系,你可以继续观赏,但是提供的方位并非正确方位。"); } // 更新角度显示 degreesText.text = 360 - Math.floor(info.alpha) + "°"; compassImg.rotation = info....

来源: Laya_示例 发布时间: 20241117

3. 输入设备-贪吃蛇(重力感应) [ 79%]

...rawRect(-height / 2, -height / 2, width + height, height, "#FF7F50"); } // 获取关节另一头位置 Segment.prototype.getPinPosition = function() { var radian = this.rotation * Math.PI / 180; var tx = this.x + Math.cos(radian) * this.width; var ty = this.y + Math.sin(radian) * this.width; return ...

来源: Laya_示例 发布时间: 20241117