Enum ExposureMode
Methods that HDRP uses to process exposure.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum ExposureMode
Fields
Name | Description | Value |
---|---|---|
Fixed | Allows you to manually sets the Scene exposure. |
0 |
Automatic | Automatically sets the exposure depending on what is on screen. |
1 |
CurveMapping | Maps the current Scene exposure to a custom curve. |
2 |
UsePhysicalCamera | Uses the current physical Camera settings to set the Scene exposure. |
3 |
AutomaticHistogram | Automatically sets the exposure depending on what is on screen and can filter out outliers based on provided settings. |
4 |