Enum ExposureMode
Methods that HDRP uses to process exposure.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public enum ExposureMode
필드
이름 | 설명 |
---|---|
Automatic | Automatically sets the exposure depending on what is on screen. |
AutomaticHistogram | Automatically sets the exposure depending on what is on screen and can filter out outliers based on provided settings. |
CurveMapping | Maps the current Scene exposure to a custom curve. |
Fixed | Allows you to manually sets the Scene exposure. |
UsePhysicalCamera | Uses the current physical Camera settings to set the Scene exposure. |