# renderCloudsInSceneView

> Whether Unity renders clouds in the Scene view for this camera.

## Definition

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

```csharp
public bool renderCloudsInSceneView { get; set; }
```

### Remarks

When the value is `false`, then Unity doesn't render clouds in the Scene view for this camera.
