Function GraphNode.AddConnection

AddConnection (GraphNode node, uint cost)

Adds a connection to the given node.

Public
void AddConnection (

GraphNode

node

uint

cost

)

Adds a connection to the given node.

Deprecated

Use the static Connect method instead, or AddPartialConnection if you really need to.