GetNodeOption(int)
Retrieves a node option using its zero-based index.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
INodeOption GetNodeOption(int index)
Parameters
Index of the node option, based on display order.
Returns
Type | Description |
|---|---|
| INodeOption | The node option at the specified index. |
Remarks
The index is zero-based.