Class AdaptationModeParameter | High Definition RP | 7.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Class AdaptationModeParameter

    A that holds a AdaptationMode value.

    Inheritance
    Object
    AdaptationModeParameter
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    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