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 6 days ago

Definition

public IEnumerable<IPort> GetOutputPorts()

Returns

Type

Description

IEnumerable<IPort>An
IEnumerable
of output ports.