Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

CellCenterDivide the volume in cells based on resolution, and generate interpolated Light Probe positions in the center of the cells.
CellCornerDivide the volume in cells based on resolution, and generate interpolated Light Probes positions in the corner/edge of the cells.