Vector3CopyTo Method (Single, Int32) |
Namespace: SoftGear.Strix.Client.Ingame.Interpolation
public void CopyTo( float[] array, int index )
| Exception | Condition |
|---|---|
| ArgumentNullException | If array is null. |
| RankException | If array is multidimensional. |
| ArgumentOutOfRangeException | If index is greater than end of the array or index is less than zero. |
| ArgumentException | If number of elements in source vector is greater than those available in destination array. |