大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0016 秒)
...你可以继续观赏,但是提供的方位并非正确方位。"); } // 更新角度显示 degreesText.text = 360 - Math.floor(info.alpha) + "°"; compassImg.rotation = info.alpha; // 更新方位指示器 directionIndicator.x = -1 * Math.floor(info.gamma) / 90 * 70 + compassImg.x; directionIndic...
来源: Laya2.0_示例 发布时间: 20241118
...y - point.y; } segments.push(seg); } animate() { let seg = segments[0]; // 更新蛇的位置 targetPosition.x += vx; targetPosition.y += vy; // 限制蛇的移动范围 this.limitMoveRange(); // 检测觅食 this.checkEatFood(); // 更新所有关节位置 let targetX = targetPosition.x; let target...
来源: Laya2.0_示例 发布时间: 20241118
...olor = "#FFFFFF"; infoText.size(Laya.stage.width, Laya.stage.height); } // 更新设备位置 updatePosition(p) { const Browser = Laya.Browser, BMap = Browser.window.BMap; let convertor = new BMap.Convertor(); // 转换为百度地图坐标 let point = new BMap.Point(p.longitude, p.latitude); // 把...
来源: Laya2.0_示例 发布时间: 20241118
...索引都增加 if (this.redHotStatus.length > 0) { for (let i = 0; i { //更新list数据源 this.refreshList.array = _arr; this.refreshList.scrollTo(line); //将选中索引设定为该索引 this.refreshList.selectedIndex = index; //恢复滚动条到原位 this.scrollBarIsStop = false; this.refr...
来源: Laya2.0_示例 发布时间: 20241118