docs.unity.cn
    Show / Hide Table of Contents

    Enum MsaaQuality

    Options for setting MSAA Quality. This defines how many samples URP computes per pixel for evaluating the effect.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum MsaaQuality

    Fields

    Name Description Value
    Disabled

    Disables MSAA.


    1
    _2x

    Use this for 2 samples per pixel.


    2
    _4x

    Use this for 4 samples per pixel.


    4
    _8x

    Use this for 8 samples per pixel.


    8
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023