Table of Contents

Class SlotProvider

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

Discovers supported slot classes and constructs slot instances by runtime type.

public static class SlotProvider
Inheritance
SlotProvider
Inherited Members

Methods

Create(Type, string, SlotDirection, int)

Creates a slot instance by invoking the standard (string, SlotDirection, int) constructor on the supplied slot type.

Create<T>(string, SlotDirection, int)

Creates a slot instance from a compile-time slot type.

GetAllSlotTypes()

Returns all concrete slot classes visible to the graph editor.

GetTextureSlotTypes()

Returns the slot types treated as texture slots by graph tools.