Enum AntialiasingMode
Holds information about the post-processing anti-aliasing mode.
When set to None
no post-processing anti-aliasing pass will be performed.
When set to Fast
a fast approximated anti-aliasing pass will render when resolving the camera to screen.
When set to SubpixelMorphologicalAntiAliasing
SMAA pass will render when resolving the camera to screen. You can choose the SMAA quality by setting AntialiasingQuality
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum AntialiasingMode
필드
이름 | 설명 |
---|---|
FastApproximateAntialiasing | |
None | |
SubpixelMorphologicalAntiAliasing |