docs.unity.cn
    Show / Hide Table of Contents

    Class PostProcessResources.SMAALuts

    A set of textures needed by the sub-pixel morphological anti-aliasing effect.

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

    Fields

    area

    The area lookup table.

    Declaration
    public Texture2D area
    Field Value
    Type Description
    Texture2D

    search

    The search lookup table.

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