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 |
|---|---|
| Automatic | Automatically updates the Light Probe Proxy Volume when its volume or configuration changes or when light probe data changes. |
| EveryFrame | Updates the Light Probe Proxy Volume every frame. |
| ViaScripting | Never updates the Light Probe Proxy Volume automatically. |