Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetOutputPortByName(string)

Retrieves an output port using its name.
Read time 1 minuteLast updated 6 days ago

Definition

public IPort GetOutputPortByName(string name)

Parameters

name

The unique name of the output port within this node.

Returns

Type

Description

IPortThe output port with the specified name, or null if no match is found.

Remarks

The output port's name is unique within the node's output ports.