Tesla Graphics Engine Documentation (January 2012)
GetValueVector2Array Method (count)
TeslaTesla.Xna.GraphicsXNAEffectParameterGetValueVector2Array(Int32)
Gets the value of the parameter as an array of vector2's.
Declaration Syntax
C#
public Vector2[] GetValueVector2Array(
	int count
)
Parameters
count (Int32)
Number of elements to get
Return Value
The vector2 array
Exceptions
Exception Condition
InvalidCastException Thrown if the parameter is not a vector2 array.

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