Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetOutputPorts()

Retrieves all output ports on the node in the order they are displayed.
Read time 1 minuteLast updated 11 days ago

Definition

IEnumerable<IPort> GetOutputPorts()

Returns

Type

Description

IEnumerable<IPort>An
IEnumerable
of output ports.