GetInputPorts()
Retrieves all input ports on the node in the order they are displayed.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public IEnumerable<IPort> GetInputPorts()
Returns
Type | Description |
|---|---|
| IEnumerable<IPort> | An |