docs.unity3d.com
Search Results for

    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
    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
    [Serializable]
    public sealed class PostProcessResources.SMAALuts

    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
    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)