Function GraphNode.RemoveConnection

RemoveConnection (GraphNode node)

Removes a connection to the given node.

Public
void RemoveConnection (

GraphNode

node

)

Removes a connection to the given node.

Deprecated

Use the static Disconnect method instead, or RemovePartialConnection if you really need to.