Enum BloomResolution
The resolution at which HDRP processes the bloom effect.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public enum BloomResolution
필드
이름 | 설명 |
---|---|
Half | Half resolution. |
Quarter | Quarter resolution. Faster than Half but can result in aliasing artifacts. It is recommended to use this mode when targetting high-DPI displays. |