Function GridNode.GetConnections
        
                GetConnections<T>
        
                (NodeActionWithData<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<T>
        
                (NodeActionWithData<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