Used in the pin creating functions of IPluginHost to specifiy the initial visibility of the pin. If this is not set to FALSE then the option can be changed by the user via the Inspektor.

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

Syntax

C#
public enum TPinVisibility

Members

Member nameValueDescription
False0 The pin is not visible at all.
OnlyInspector1 The pin is visible only in the Inspektor
Hidden2 The pin is not visible on the node, but space is reserved for it and it appears on mouseover.
True3 Default. The pin is visible on the node.

See Also