Class NodeLink Extends GraphModifier
Connects two nodes with a direct connection.
It is not possible to detect this link when following a path (which may be good or bad), for that you can use NodeLink2.
Public Methods
Called after graphs have been updated using GraphUpdateObjects.
Called right after all graphs have been scanned.
Public Variables
The connection will be this times harder/slower to traverse.
Delete existing connection instead of adding one.
End position of the link.
Make a one-way connection.
Inherited Public Members
Called before graphs are updated using GraphUpdateObjects.
Called at the end of the scanning procedure.
Called after cached graphs have been 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.