Version: 2020.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 World position of the NavMeshLocation to be created.
polygon Valid identifier for the NavMesh node.

戻り値

NavMeshLocation Object containing the desired position and NavMesh node.

説明

Returns a valid NavMeshLocation for a position and a polygon provided by the user.

The returned position will be the point on the surface of the required NavMesh polygon that is closest to the specified position.

Other methods for obtaining reliable positions on the NavMesh are: NavMeshQuery.MapLocation, NavMeshQuery.MoveLocation and NavMeshQuery.GetPortalPoints.