Returns whether any slice of this pin has been changed in the current frame. This information is typically used to determine if further processing is needed or can be ommited.

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

Syntax

C#
bool PinIsChanged { get; }

See Also