Fills the provided array with the 8 positions representing the corners of the camera's view frustum. The array
must have the appropiate length (8 corners).
| C# |
public void GetFrustumCorners( Vector3[] array )
- array (array<Vector3>[]()[][])
- Array to fill
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if the array is null. |
| ArgumentOutOfRangeException | Thrown if the array is too small. |
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)