大约有 5 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0018 秒)
...你可以继续观赏,但是提供的方位并非正确方位。"); } // 更新角度显示 degreesText.text = 360 - Math.floor(info.alpha) + "°"; compassImg.rotation = info.alpha; // 更新方位指示器 directionIndicator.x = -1 * Math.floor(info.gamma) / 90 * 70 + compassImg.x; directionIndic...
来源: Laya_示例 发布时间: 20241118
....y; } segments.push(seg); } function animate() { var seg = segments[0]; // 更新蛇的位置 targetPosition.x += vx; targetPosition.y += vy; // 限制蛇的移动范围 limitMoveRange(); // 检测觅食 checkEatFood(); // 更新所有关节位置 var targetX = targetPosition.x; var targetY = target...
来源: Laya_示例 发布时间: 20241118
...olor = "#FFFFFF"; infoText.size(Laya.stage.width, Laya.stage.height); } // 更新设备位置 function updatePosition(p) { // 转换为百度地图坐标 var point = new BMap.Point(p.longitude, p.latitude); // 把原始坐标转换为百度坐标,部分设备可能获取到的是谷歌坐标,这...
来源: Laya_示例 发布时间: 20241118
...eshFilter.sharedMesh, heightMap, 6.574996471405029, 10.000000953674316); //更新terrainSprite世界矩阵(为可行走区域世界矩阵) this.terrainSprite.transform.worldMatrix = meshSprite3D.transform.worldMatrix; //给terrainSprite添加PathFind组件 var pathFingding = this.terrainSprite.addCo...
来源: Laya_示例 发布时间: 20241118
...a.viewportPointToRay(point, ray); //变化小飞龙的缩放和位置,并更新其模拟碰撞器 if (_scale >= 1) _scaleIndex = -1; else if (_scale ,最大检测距离30米,只检测第10层 Laya.Physics.rayCastAll(ray, _outHitAllInfo, 30, 10); for (var i = 0; i ,最大检测距离30米,只检测...
来源: Laya_示例 发布时间: 20241118