Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LightProbeProxyVolume.RefreshMode

An enum that describes how Unity refreshes a Light Probe Proxy Volume in the Player.
Read time 1 minuteLast updated 5 days ago

Definition

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

Remarks

Additional Resources: Light Probe Proxy Volume.

Fields

Value

Description

AutomaticAutomatically updates the Light Probe Proxy Volume when its volume or configuration changes or when light probe data changes.
EveryFrameUpdates the Light Probe Proxy Volume every frame.
ViaScriptingNever updates the Light Probe Proxy Volume automatically.