docs.unity.cn
    Show / Hide Table of Contents

    Class FastApproximateAntialiasing

    This class holds settings for the Fast Approximate Anti-aliasing (FXAA) effect.

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

    Fields

    fastMode

    If true, it will use a slightly lower quality but faster variant of FXAA. Highly recommended on mobile platforms.

    Declaration
    public bool fastMode
    Field Value
    Type Description
    Boolean

    keepAlpha

    Set this to true if you need to keep the alpha channel untouched. Else it will use this channel to store internal data used to speed up and improve visual quality.

    Declaration
    public bool keepAlpha
    Field Value
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, April 14, 2022
    Terms of use