Table of Contents

Interface ISlot

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

Describes one input or output connection point on a graph node.

public interface ISlot

Properties

direction

Whether the slot accepts incoming data or produces outgoing data.

id

Slot identifier unique within the owning node.

name

Display name shown in the graph editor.

Methods

GetAdapter()

Adapter describing the slot's runtime type and connection rules.