Name
The unique identifier name of the port.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
string Name { get; }
Remarks
The name is used to retrieve the port programmatically using methods like or . It must be unique within its category (input or output) for a node.
Node.GetInputPortByName(string)Node.GetOutputPortByName(string)