Struct GlobalPostProcessSettings | High Definition RP | 6.7.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct GlobalPostProcessSettings

    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    [Serializable]
    public struct GlobalPostProcessSettings

    Fields

    default

    Default GlobalPostProcessSettings

    Declaration
    public static readonly GlobalPostProcessSettings default
    Field Value
    Type Description
    GlobalPostProcessSettings

    k_MaxLutSize

    Declaration
    public const int k_MaxLutSize = 65
    Field Value
    Type Description
    Int32

    k_MinLutSize

    Declaration
    public const int k_MinLutSize = 16
    Field Value
    Type Description
    Int32

    lutFormat

    Declaration
    public GradingLutFormat lutFormat
    Field Value
    Type Description
    GradingLutFormat

    Properties

    lutSize

    Declaration
    public int lutSize { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX