# VisibleReflectionProbe

> Holds data of a visible reflection reflectionProbe.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.Rendering](/engine/6000.5/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule
* **Implements:** [IEquatable\<VisibleReflectionProbe>](https://learn.microsoft.com/dotnet/api/system.iequatable-1)

```csharp
public struct VisibleReflectionProbe : IEquatable<VisibleReflectionProbe>
```

## Remarks

After [ScriptableRenderContext.Cull](/engine/6000.5/script-reference/unityengine/rendering/scriptablerendercontext/cull.md) is done, [CullingResults.visibleReflectionProbes](/engine/6000.5/script-reference/unityengine/rendering/cullingresults/visiblereflectionprobes.md) will contain an array of reflection reflectionProbes that are visible. The visible reflection reflectionProbe structure contains packed information for most commonly used [ReflectionProbe](/engine/6000.5/script-reference/unityengine/reflectionprobe.md) variables, and a probe reference to the component itself.

Additional Resources: [CullingResults.visibleReflectionProbes](/engine/6000.5/script-reference/unityengine/rendering/cullingresults/visiblereflectionprobes.md), [ReflectionProbe](/engine/6000.5/script-reference/unityengine/reflectionprobe.md).

## Properties

| Property                                                                                                                 | Description                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
| [blendDistance](/engine/6000.5/script-reference/unityengine/rendering/visiblereflectionprobe/blenddistance.md)           | Probe blending distance.                                                                                                                      |
| [bounds](/engine/6000.5/script-reference/unityengine/rendering/visiblereflectionprobe/bounds.md)                         | The probe's world space axis-aligned bounding box in which the probe can contribute to reflections.                                           |
| [center](/engine/6000.5/script-reference/unityengine/rendering/visiblereflectionprobe/center.md)                         | The center of the probe's bounding box in which the probe can contribute to reflections. The center is relative to the position of the probe. |
| [hdrData](/engine/6000.5/script-reference/unityengine/rendering/visiblereflectionprobe/hdrdata.md)                       | Shader data for probe HDR texture decoding.                                                                                                   |
| [importance](/engine/6000.5/script-reference/unityengine/rendering/visiblereflectionprobe/importance.md)                 | Probe importance.                                                                                                                             |
| [isBoxProjection](/engine/6000.5/script-reference/unityengine/rendering/visiblereflectionprobe/isboxprojection.md)       | Should probe use box projection.                                                                                                              |
| [localToWorldMatrix](/engine/6000.5/script-reference/unityengine/rendering/visiblereflectionprobe/localtoworldmatrix.md) | Probe transformation matrix.                                                                                                                  |
| [reflectionProbe](/engine/6000.5/script-reference/unityengine/rendering/visiblereflectionprobe/reflectionprobe.md)       | Accessor to [ReflectionProbe](/engine/6000.5/script-reference/unityengine/reflectionprobe.md) component.                                      |
| [texture](/engine/6000.5/script-reference/unityengine/rendering/visiblereflectionprobe/texture.md)                       | Probe texture.                                                                                                                                |
