Interface ITaskPort<TTask>
Namespace: Unity.DataFlowGraph
Syntax
public interface ITaskPort<in TTask>
Type Parameters
| Name | Description |
|---|---|
| TTask |
Methods
GetPort(NodeHandle)
Declaration
InputPortID GetPort(NodeHandle handle)
Parameters
| Type | Name | Description |
|---|---|---|
| NodeHandle | handle |
Returns
| Type | Description |
|---|---|
| InputPortID |