Version: 2020.1
언어: 한국어

NavMesh.RemoveNavMeshData

매뉴얼로 전환
public static void RemoveNavMeshData (AI.NavMeshDataInstance handle);

파라미터

handle The instance of a NavMesh to remove.

설명

Removes the specified NavMeshDataInstance from the game, making it unavailable for agents and queries.

Use the instance returned by AddNavMeshData to remove the corresponding NavMesh data. If the instance is not valid, e.g. has been removed before, the call has no effect.

See Also: NavMeshDataInstance.Remove, NavMesh.RemoveAllNavMeshData.