Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetConnectedPorts(List<IPort>)

Retrieves all ports connected to this port.
Read time 1 minuteLast updated 8 days ago

Definition

void GetConnectedPorts(List<IPort> outConnectedPorts)

Parameters

outConnectedPorts

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.