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