Enum AdaptationMode
Methods that HDRP uses to change the exposure when the Camera moves from dark to light and vice versa.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum AdaptationMode
Fields
Name | Description |
---|---|
Fixed | The exposure changes instantly. |
Progressive | The exposure changes over the period of time. |