Function GraphNode.GetConnections

GetConnections<T> (GetConnectionsWithData<T> action, ref T data, int connectionFilter=…)

Calls the delegate with all connections from or to this node, and passes a custom data value to the delegate.

Public Abstract
GetConnections (System.Action<GraphNode> action, int connectionFilter=…)

Calls the delegate with all connections from this node.

Public