# cullingSphere

> The culling sphere. The first three components of the vector describe the sphere center, and the last component specifies the radius.

## Definition

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

```csharp
public Vector4 cullingSphere { get; set; }
```
