Used to specifiy a pins Direction.

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

Syntax

C#
public enum TPinDirection

Members

Member nameValueDescription
Configuration0 The pin is a ConfigurationPin and as such only accessible via the Inspektor.
Input1 The pin is an input to the node.
Output2 The pin is an output from the node.

See Also