Table of Contents

Constructor ColorTextureSlot

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

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

name string

Display name of the slot.

type SlotDirection

Input or output direction.

id int

Per-node slot identifier.