Skip to main content

NavMeshLinkInstance.Remove()

Removes this instance from the game.

Usage

---@type NavMeshLinkInstance
local navmeshlinkinstance;


navmeshlinkinstance.Remove()

Extra Detail

An identical but convenient alternative to calling NavMesh.RemoveLink. If the instance is not valid, e.g. has been removed before, the call has no effect.