Method FindInputSlot
FindInputSlot<T>(string)
Finds the input slot by name.
Declaration
public T FindInputSlot<T>(string memberName) where T : IPortEditor
Parameters
| Type | Name | Description |
|---|---|---|
| string | memberName | Name of the member. |
Returns
| Type | Description |
|---|---|
| T | Slot of type T. |
Type Parameters
| Name | Description |
|---|---|
| T |