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