Sets the value of the parameter's elements.
| C# |
public void SetValue( Vector4[] values )
- values (array<Vector4>[]()[][])
- Array of Vector4
| Exception | Condition |
|---|---|
| InvalidCastException | Thrown if the parameter is not a Vector4[]. |
| 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)