Version: 2018.2

NavMesh.RemoveNavMeshData

Switch to Manual
public static void RemoveNavMeshData (AI.NavMeshDataInstance handle);

Parameters

handleThe instance of a NavMesh to remove.

Description

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.