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