Version: 2017.1

NavMesh.RemoveNavMeshData

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

参数

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

描述

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

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

See Also: NavMeshDataInstance.Remove.