Called by the PluginHost for every input or output that is being connected. This is typically useful for
NodeIO Inputs that can cache a reference to the upstream interface at this place instead of getting the reference
every frame in Evaluate.
Namespace: VVVV.PluginInterfaces.V1Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
void ConnectPin( IPluginIO pin ) |
Parameters
- pin
- Type: VVVV.PluginInterfaces.V1..::..IPluginIO
Interface to the pin for which the function is called.