Used in the pin creating functions of IPluginHost to specifiy possible SliceCounts.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public enum WindowType

Members

Member nameValueDescription
Patch0 A patch editor window.
Module1 A modules window.
Editor2 A code editor window.
Renderer3 A renderer window.
Plugin4 A plugins window.

See Also