docs.unity.cn
    Show / Hide Table of Contents

    Class AdaptationModeParameter

    A that holds a AdaptationMode value.

    Inheritance
    Object
    AdaptationModeParameter
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public sealed class AdaptationModeParameter : VolumeParameter<AdaptationMode>

    Constructors

    AdaptationModeParameter(AdaptationMode, Boolean)

    Creates a new AdaptationModeParameter instance.

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