# reflectionProbeRendered

> The reflection probe this camera is currently rendering. Read-only.

## Definition

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

```csharp
public ReflectionProbe reflectionProbeRendered { get; }
```

### Remarks

Returns the reflection probe which is currently being rendered by this camera. Returns null when the camera is not rendering a reflection probe, or if the camera is rendering the environment reflection.
