Function GraphNode.AddConnection
void AddConnection (
node  |         ||
uint  |     cost  |         
Adds a connection to the given node.
Deprecated
    Use the static Connect method instead, or AddPartialConnection if you really need to.
node  |         ||
uint  |     cost  |         
Adds a connection to the given node.
Use the static Connect method instead, or AddPartialConnection if you really need to.