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
Syntax
public enum AdaptationMode
Fields
Name | Description | Value |
---|---|---|
Fixed | The exposure changes instantly. |
0 |
Progressive | The exposure changes over the period of time. |
1 |