GetNodeOptionByName(string)
Retrieves a node option using its name.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public INodeOption GetNodeOptionByName(string name)
Parameters
The unique name of the node option.
Returns
Type | Description |
|---|---|
| INodeOption | The node option with the specified name, or null if none is found. |
Remarks
The node option's name is unique within the node's input ports and node options.