Skip to main content

NavMesh.RemoveLink(NavMeshLinkInstance handle)

Removes a link from the NavMesh.

Parameters:

NameTypeDescription
handleNavMeshLinkInstanceThe instance of a link to remove.

Usage

---@type NavMeshLinkInstance
local handle;


NavMesh:RemoveLink(handle)

Extra Detail

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