Used to set the InitialComponentMode in IPluginInfo which specifies the ComponentMode for a plugin when it is being created.

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

Syntax

C#
public enum ComponentMode

Members

Member nameValueDescription
Hidden0 The plugins GUI will be hidden, only its node is visible.
InABox1 The plugins GUI will be showing in a box in the patch.
InAWindow2 The plugins GUI will be showing in its own window.
Fullscreen3 The plugins GUI will be showing fullscreen.

See Also