Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetOutputPort(int)

Retrieves an output port using its index in the displayed order.
Read time 1 minuteLast updated 6 days ago

Definition

public IPort GetOutputPort(int index)

Parameters

index

The zero-based index of the output port.

Returns

Type

Description

IPortThe output port at the specified index.

Remarks

The index is zero-based. The list of output ports is ordered according to their display order in the node.