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.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
public enum PinVisibility |
Members
Member name | Value | Description | |
---|---|---|---|
False | 0 | The pin is not visible at all. | |
OnlyInspector | 1 | The pin is visible only in the Inspektor | |
Hidden | 2 | The pin is not visible on the node, but space is reserved for it and it appears on mouseover. | |
True | 3 | Default. The pin is visible on the node. |