Table of Contents

Constructor MaskSlot

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

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

name string

Display name of the slot.

type SlotDirection

Input or output direction.

id int

Per-node slot identifier.