Called by the PluginHost every frame for every device. Therefore a plugin should only do
device specific operations here and still keep node specific calculations in the Evaluate call.
Namespace: VVVV.PluginInterfaces.V1Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
void UpdateResource( IPluginOut ForPin, Device OnDevice ) |
Parameters
- ForPin
- Type: VVVV.PluginInterfaces.V1..::..IPluginOut
Interface to the pin for which the function is called.
- OnDevice
- Type: Device
Pointer to the device on which the resources is to be updated.