Version: 2018.4
public static void RemoveLink (AI.NavMeshLinkInstance handle);

パラメーター

handleThe instance of a link to remove.

説明

Removes a link from the NavMesh.

Use the instance returned by AddLink to remove the corresponding link.

See Also: NavMeshLinkInstance.Remove, NavMesh.RemoveAllNavMeshData.