Enum MsaaQuality
Options for setting MSAA Quality. This defines how many samples URP computes per pixel for evaluating the effect.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum MsaaQuality
필드
이름 | 설명 |
---|---|
Disabled | Disables MSAA. |
_2x | Use this for 2 samples per pixel. |
_4x | Use this for 4 samples per pixel. |
_8x | Use this for 8 samples per pixel. |