Method group is Obsolete

NavMeshLinkInstance.Remove

Obsolete Remove() has been deprecated. Use NavMesh.RemoveLink() instead.

Declaration

public void Remove();

Description

Removes this instance from the game.

This method is an identical but convenient alternative to NavMesh.RemoveLink. If the instance is not valid, e.g. has already been removed, the call has no effect.

Additional resources: NavMesh.AddLink, NavMesh.RemoveLink.


Did you find this page useful? Please give it a rating: