Tesla Graphics Engine Documentation (January 2012)
SetValueTranspose Method (values)
TeslaTesla.Xna.GraphicsXNAEffectParameterSetValueTranspose(array<Matrix>[]()[][])
Sets the value of the parameter's elements.
Declaration Syntax
C#
public void SetValueTranspose(
	Matrix[] values
)
Parameters
values (array<Matrix>[]()[][])
Array of transposed matrices
Exceptions
Exception Condition
InvalidCastException Thrown if the parameter is not a Matrix[].
ArgumentOutOfRangeException Thrown if the array is too large to be set
ArgumentNullException Thrown if the array is null or of empty length.

Assembly: Tesla.Xna (Module: Tesla.Xna) Version: 0.5.0.0 (0.5.0.0)