Method GetSlots
GetSlots<T>(List<T>)
Gets the slots.
Declaration
public void GetSlots<T>(List<T> foundSlots) where T : IPortEditor
Parameters
Type | Name | Description |
---|---|---|
List<T> | foundSlots | The found slots of this node. |
Type Parameters
Name | Description |
---|---|
T |