enum
InsideGeometryBehavior
public sealed enum InsideGeometryBehavior : Enum 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.
Enum Values
| Name | Value | Description |
|---|---|---|
Deactivate | | Probe is deactivated and won't contribute to lighting. |
Relocate | | Probe is relocated to escape the geometry. |
Assembly:
Sandbox.Engine Declaring Type: IndirectLightVolume Full Name: Sandbox.IndirectLightVolume.InsideGeometryBehavior