Version: 2022.3
Experimental: this API is experimental and might be changed or removed in the future.

NavMeshQuery.CreateLocation

切换到手册
public Experimental.AI.NavMeshLocation CreateLocation (Vector3 position, Experimental.AI.PolygonId polygon);

参数

position 要创建的 NavMeshLocation 的世界位置。
polygon 导航网格节点的有效标识符。

返回

NavMeshLocation 包含所需位置和导航网格节点的对象。

描述

`返回用户提供的位置和多边形的有效 NavMeshLocation

返回的位置将是最接近指定位置的所需导航网格多边形表面上的点。

在导航网格上获得可靠位置的其他方法有:NavMeshQuery.MapLocationNavMeshQuery.MoveLocationNavMeshQuery.GetPortalPoints