Used in the pin creating functions of IPluginHost to specifiy possible SliceCounts.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
public enum WindowType |
Members
Member name | Value | Description | |
---|---|---|---|
Patch | 0 | A patch editor window. | |
Module | 1 | A modules window. | |
Editor | 2 | A code editor window. | |
Renderer | 3 | A renderer window. | |
Plugin | 4 | A plugins window. |