Function LinkNode.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
GetConnections (System.Action<GraphNode> action, int connectionFilter=…)

Calls the delegate with all connections from this node.

Public