docs.unity.cn
    Show / Hide Table of Contents

    Enum TextureParameterDefault

    A set of default textures to use as default values for TextureParameter.

    Namespace: UnityEngine.Rendering.PostProcessing
    Syntax
    public enum TextureParameterDefault : int

    Fields

    Name Description Value
    Black

    A black texture.

    Lut2D

    A 2D lookup table in strip format with width = height * height.

    None

    No texture, or null.

    Transparent

    A transparent texture.

    White

    A white texture.

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