NavMesh.RemoveNavMeshData

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

Parameters

handle 要删除的导航网格的实例。

Description

从游戏中删除指定的 NavMeshDataInstance,使其无法用于代理和查询。

Use the instance returned by AddNavMeshData to remove the corresponding NavMesh data.

See Also: NavMeshDataInstance.Remove.