大约有 1 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0011 秒)
...ion loopfun():void { if (_everyPath && index < _everyPath.length) { //AStar寻路位置 _position.x = _everyPath[index][0]; _position.z = _everyPath[index++][1]; //HeightMap获取高度数据 _position.y = terrainSprite.getHeight(_position.x, _position.z); if (isNaN(_position.y)){ _position.y = move...
来源: Laya_示例 发布时间: 20241119