docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SubpixelMorphologicalAntialiasing

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

    Inheritance
    object
    SubpixelMorphologicalAntialiasing
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering.PostProcessing
    Assembly: Unity.Postprocessing.Runtime.dll
    Syntax
    [Preserve]
    [Serializable]
    public sealed class SubpixelMorphologicalAntialiasing

    Fields

    quality

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

    Declaration
    [Tooltip("Lower quality is faster at the expense of visual quality (Low = ~60%, Medium = ~80%).")]
    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
    bool

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

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)