大约有 1 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0011 秒)
...= pos; let paths = agent.getCurrentPath(); if (paths.length >= 2) { let points: any = [] paths.forEach((point) => { points.push(point.pos.x, point.pos.z); }); this._temp.graphics.drawLines(0, 0, points, "#00000030", 5); } }) this.hit.pos(pos.x, pos.y); } } 这样,鼠标点击的位置就是...
来源: Laya3.0_文档 发布时间: 20250310