Enum Downsampling
Options for selecting downsampling.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum Downsampling
필드
이름 | 설명 |
---|---|
None | Use this to disable downsampling. |
_2xBilinear | Use this to produce a half-resolution image with bilinear filtering. |
_4xBilinear | Use this to produce a quarter-resolution image with bi-linear filtering. |
_4xBox | Use this to produce a quarter-resolution image with box filtering. This produces a softly blurred copy. |