Table of Contents

Constructor SlotBase

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

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

name string

Display name of the slot.

type SlotDirection

Input or output direction.

id int

Per-node slot identifier.