Version: 2020.1

NavMesh.RemoveNavMeshData

切换到手册
public static void RemoveNavMeshData (AI.NavMeshDataInstance handle);

参数

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

描述

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

使用 AddNavMeshData 返回的实例删除相应的导航网格数据。如果实例无效(如之前已删除),则调用将不起作用。

另请参阅:NavMeshDataInstance.RemoveNavMesh.RemoveAllNavMeshData