Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Name

The unique identifier name of the port.
Read time 1 minuteLast updated 6 days ago

Definition

string Name { get; }

Remarks

The name is used to retrieve the port programmatically using methods like
Node.GetInputPortByName(string)
or
Node.GetOutputPortByName(string)
. It must be unique within its category (input or output) for a node.