Class NodeLink3 Extends GraphModifier
Connects two TriangleMeshNodes (recast/navmesh graphs) as if they had shared an edge.
Note
Usually you do not want to use this type of link, you want to use NodeLink2 or NodeLink (sorry for the not so descriptive names).
Public Methods
Called after graphs have been updated.
Called right after all graphs have been scanned.
Public Static Methods
Public Variables
The connection will be this times harder/slower to traverse.
End position of the link.
Inherited Public Members
Called after graphs have been updated using GraphUpdateObjects or navmesh cutting.
Called before graphs are updated using GraphUpdateObjects.
Called at the end of the scanning procedure.
Called after cached graphs have been loaded.
Called after a graph has been deserialized and loaded.
Called right before graphs are going to be scanned.
Triggers an event for all active graph modifiers.
Private/Protected Members
Removes this modifier from list of active modifiers.
Adds this modifier to list of active modifiers.
Handle serialization backwards compatibility.
Handle serialization backwards compatibility.
Unique persistent ID for this component, used for serialization.
Maps persistent IDs to the component that uses it.