Interface ISlot
Describes one input or output connection point on a graph node.
public interface ISlot
Properties
- direction
Whether the slot accepts incoming data or produces outgoing data.
- id
Slot identifier unique within the owning node.
- name
Display name shown in the graph editor.
Methods
- GetAdapter()
Adapter describing the slot's runtime type and connection rules.