Method GetCompatiblePorts
GetCompatiblePorts(Port, NodeAdapter)
Gets the compatible ports.
Declaration
public override List<Port> GetCompatiblePorts(Port startAnchor, NodeAdapter nodeAdapter)
Parameters
| Type | Name | Description | 
|---|---|---|
| Port | startAnchor | The start anchor.  | 
    
| NodeAdapter | nodeAdapter | The node adapter.  | 
    
Returns
| Type | Description | 
|---|---|
| List<Port> | List<Port>.  | 
    
Overrides
UnityEditor.Experimental.GraphView.GraphView.GetCompatiblePorts(UnityEditor.Experimental.GraphView.Port, UnityEditor.Experimental.GraphView.NodeAdapter)