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