This version of Unity is unsupported.

NavMesh.RemoveNavMeshData

Declaration

public static void RemoveNavMeshData(AI.NavMeshDataInstance handle);

Parameters

handle The 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.