Used to write a 4D Vector to the pin at the specified slice.

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

Syntax

C#
void SetValue4D(
	int index,
	double value1,
	double value2,
	double value3,
	double value4
)

Parameters

index
Type: System..::..Int32
The index of the slice to write the 4D Vector to.
value1
Type: System..::..Double
The Value to write to the 1st dimension.
value2
Type: System..::..Double
The Value to write to the 2nd dimension.
value3
Type: System..::..Double
The Value to write to the 3rd dimension.
value4
Type: System..::..Double
The Value to write to the 4th dimension.

See Also