# FrustumPlanes

> This struct contains the view space coordinates of the near projection plane.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public struct FrustumPlanes
```

## Fields

| Value                                                                         | Description                                                             |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [bottom](/engine/6000.7/script-reference/unityengine/frustumplanes/bottom.md) | Position in view space of the bottom side of the near projection plane. |
| [left](/engine/6000.7/script-reference/unityengine/frustumplanes/left.md)     | Position in view space of the left side of the near projection plane.   |
| [right](/engine/6000.7/script-reference/unityengine/frustumplanes/right.md)   | Position in view space of the right side of the near projection plane.  |
| [top](/engine/6000.7/script-reference/unityengine/frustumplanes/top.md)       | Position in view space of the top side of the near projection plane.    |
| [zFar](/engine/6000.7/script-reference/unityengine/frustumplanes/zfar.md)     | Z distance from the origin of view space to the far projection plane.   |
| [zNear](/engine/6000.7/script-reference/unityengine/frustumplanes/znear.md)   | Z distance from the origin of view space to the near projection plane.  |
