Used to write a 3D 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 SetValue3D(
	int index,
	double value1,
	double value2,
	double value3
)

Parameters

index
Type: System..::..Int32
The index of the slice to write the 3D 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.

See Also