# center

> 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.

## Definition

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

```csharp
public Vector3 center { get; set; }
```

### Remarks

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