Used to set the InitialComponentMode
in IPluginInfo which specifies the ComponentMode
for a plugin when it is being created.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
| C# |
|---|
public enum ComponentMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Hidden | 0 | The plugins GUI will be hidden, only its node is visible. | |
| InABox | 1 | The plugins GUI will be showing in a box in the patch. | |
| InAWindow | 2 | The plugins GUI will be showing in its own window. | |
| Fullscreen | 3 | The plugins GUI will be showing fullscreen. |