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

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