docs.unity.cn
    Show / Hide Table of Contents

    Class ExposureModeParameter

    A that holds a ExposureMode value.

    Inheritance
    Object
    ExposureModeParameter
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public sealed class ExposureModeParameter : VolumeParameter<ExposureMode>

    Constructors

    ExposureModeParameter(ExposureMode, Boolean)

    Creates a new ExposureModeParameter instance.

    Declaration
    public ExposureModeParameter(ExposureMode value, bool overrideState = false)
    Parameters
    Type Name Description
    ExposureMode 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