Enum EyeAdaptation
Eye adaptation modes.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
public enum EyeAdaptation : int
Fields
| Name | Description | Value | 
|---|---|---|
| Progressive | Progressive (smooth) eye adaptation.  | 
0 | 
| Fixed | Fixed (instant) eye adaptation.  | 
1 |