# Sandbox.IndirectLightVolume.InsideGeometryBehavior

Behavior when a probe is detected inside geometry.
Relocation moves the probe out of geometry to reduce artifacts, while Deactivate simply disables the occluded probe, sealing leaks entirely.

- Kind: enum
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Deactivate`](/api/Sandbox.IndirectLightVolume.InsideGeometryBehavior/Deactivate): Probe is deactivated and won't contribute to lighting.
- [`Relocate`](/api/Sandbox.IndirectLightVolume.InsideGeometryBehavior/Relocate): Probe is relocated to escape the geometry.
