docs.unity.cn
    Show / Hide Table of Contents

    Class TargetMidGrayParameter

    A that holds a TargetMidGray value.

    Inheritance
    Object
    TargetMidGrayParameter
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public sealed class TargetMidGrayParameter : VolumeParameter<TargetMidGray>

    Constructors

    TargetMidGrayParameter(TargetMidGray, Boolean)

    Creates a new TargetMidGrayParameter instance.

    Declaration
    public TargetMidGrayParameter(TargetMidGray value, bool overrideState = false)
    Parameters
    Type Name Description
    TargetMidGray value

    The initial value to store in the parameter.

    Boolean overrideState

    The initial override state for the parameter.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, July 8, 2021