docs.unity.cn
    Show / Hide Table of Contents

    Class SubpixelMorphologicalAntialiasing

    This class holds settings for the Subpixel Morphological Anti-aliasing (SMAA) effect.

    Inheritance
    Object
    SubpixelMorphologicalAntialiasing
    Namespace: UnityEngine.Rendering.PostProcessing
    Syntax
    public sealed class SubpixelMorphologicalAntialiasing : object

    Fields

    quality

    The quality preset to use for the anti-aliasing filter.

    Declaration
    public SubpixelMorphologicalAntialiasing.Quality quality
    Field Value
    Type Description
    SubpixelMorphologicalAntialiasing.Quality

    Methods

    IsSupported()

    Checks if the effect is supported on the target platform.

    Declaration
    public bool IsSupported()
    Returns
    Type Description
    Boolean

    true if the anti-aliasing filter is supported, false otherwise

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, April 14, 2022
    Terms of use