Table of Contents

Constructor BufferSlot

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

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

name string

Display name of the slot.

direction SlotDirection

Input or output direction.

id int

Per-node slot identifier.