# GetShadowCullingPlane(int)

> Get a shadow culling plane.

## Definition

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

```csharp
public Plane GetShadowCullingPlane(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Plane index (up to 5).

### Returns

| Type                                                          | Description           |
| ------------------------------------------------------------- | --------------------- |
| [Plane](/engine/6000.7/script-reference/unityengine/plane.md) | Shadow culling plane. |

### Remarks

Additional Resources: [CameraProperties.SetShadowCullingPlane](/engine/6000.7/script-reference/unityengine/rendering/cameraproperties/setshadowcullingplane.md).
