# boxProjection

> Should this reflection probe use box projection?

## Definition

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

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

### Remarks

Box projection is affected by the center and the size of the probe. Additional Resources: [ReflectionProbe.center](/engine/6000.7/script-reference/unityengine/reflectionprobe/center.md), Additional Resources: [ReflectionProbe.size](/engine/6000.7/script-reference/unityengine/reflectionprobe/size.md).
