Called by the plugin to set a callback on the host for the pin to be called to updat before/after Evaluate.

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

Syntax

C#
void SetPinUpdater(
	IPinUpdater pinUpdater
)

Parameters

pinUpdater
Type: VVVV.PluginInterfaces.V1..::..IPinUpdater

[Missing <param name="pinUpdater"/> documentation for "M:VVVV.PluginInterfaces.V1.IPluginIO.SetPinUpdater(VVVV.PluginInterfaces.V1.IPinUpdater)"]

See Also