Constructor SlotBase
SlotBase()
Creates an empty slot instance for serialization.
public SlotBase()
SlotBase(string, SlotDirection, int)
Creates a named slot with a fixed direction and id.
public SlotBase(string name, SlotDirection type, int id)
Parameters
namestringDisplay name of the slot.
typeSlotDirectionInput or output direction.
idintPer-node slot identifier.