Version: 2021.1
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

NavMeshQuery.IsValid

매뉴얼로 전환
public bool IsValid (Experimental.AI.PolygonId polygon);

파라미터

polygon Identifier of the NavMesh node to be checked.

설명

Returns true if the node referenced by the specified PolygonId is active in the NavMesh.

NavMesh nodes become invalid when the NavMesh surface or the links they belong are removed or when they have been replaced due to modification of the NavMesh in their region. The NavMesh surface and links may be removed by calls to NavMesh.RemoveNavMeshData, NavMesh.RemoveLink. The NavMesh is modified by calling NavMeshBuilder.UpdateNavMeshData or carving the NavMesh using a NavMeshObstacle.


public bool IsValid (Experimental.AI.NavMeshLocation location);

파라미터

location Location on the NavMesh to be checked. Same as checking location.polygon directly.

설명

Returns true if the node referenced by the PolygonId contained in the NavMeshLocation is active in the NavMesh.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961