Used to write a Matrix 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 SetMatrix(
	int index,
	Matrix4x4 value
)

Parameters

index
Type: System..::..Int32
The index of the slice to write the Matrix to.
value
Type: VVVV.Utils.VMath..::..Matrix4x4
The Matrix to write.

See Also