Function NodeLink.Apply

Apply ()

Connects the start and end points using a link or refreshes the existing link.

Public
void Apply ()

Connects the start and end points using a link or refreshes the existing link.

If you have moved the link or otherwise modified it you need to call this method.

Warning

This must only be done when it is safe to update the graph structure. The easiest is to do it inside a work item. See AstarPath.AddWorkItem.