GetConnectedPorts(List<IPort>)
Retrieves all ports connected to this port.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
void GetConnectedPorts(List<IPort> outConnectedPorts)
Parameters
A list to populate with the connected ports.
Remarks
This method adds all connected ports to the provided list. It clears the list before adding items.