Enum PixelPerfectCamera.PixelPerfectFilterMode
Defines the filter mode use to render the final render target.
네임스페이스: UnityEngine.Experimental.Rendering.Universal
어셈블리: solution.dll
구문
public enum PixelPerfectCamera.PixelPerfectFilterMode
필드
이름 | 설명 |
---|---|
Point | Uses point filter to upscale to target resolution. |
RetroAA | Uses point filter to upscale to closest multiple of Reference Resolution, followed by bilinear filter to the target resolution. |