Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LightProbeProxyVolume.ResolutionMode

The resolution mode for generating a grid of interpolated Light Probes.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum LightProbeProxyVolume.ResolutionMode

Remarks

Additional Resources: Light Probes, Light Probe Proxy Volume.

Fields

Value

Description

AutomaticThe automatic mode uses a number of interpolated Light Probes per unit area, and uses the bounding volume size to compute the resolution. The final resolution value is a power of 2.
CustomThe custom mode allows you to specify the 3D grid resolution.