Function OffMeshLinks.Remove

Remove (OffMeshLinkSource link)

Removes an existing off-mesh link.

Public
void Remove (

OffMeshLinkSource

link

The link to remove. If the link is already removed, nothing will be done.

)

Removes an existing off-mesh link.

Note

The link will not be removed immediately, it will be removed at the end of the current graph update step. Or, if no graph update is currently running, a graph update will be scheduled, and the link will be removed at the end of that update. This is to avoid modifying the graph during a graph update.

See

Add