LightProbeProxyVolume.ProbePositionMode
The mode in which the interpolated Light Probe positions are generated.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum LightProbeProxyVolume.ProbePositionMode
Remarks
Additional Resources: Light Probes, Light Probe Proxy Volume.
Fields
Value | Description |
|---|---|
| CellCenter | Divide the volume in cells based on resolution, and generate interpolated Light Probe positions in the center of the cells. |
| CellCorner | Divide the volume in cells based on resolution, and generate interpolated Light Probes positions in the corner/edge of the cells. |