Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetInputPort(int)

Retrieves an input port using its index.
Read time 1 minuteLast updated 10 days ago

Definition

IPort GetInputPort(int index)

Parameters

index

The index of the input port.

Returns

Type

Description

IPortThe input port at the specified index.

Remarks

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