docs.unity.cn
    Show / Hide Table of Contents

    Class VignetteModeParameter

    A that holds a VignetteMode value.

    Inheritance
    Object
    VignetteModeParameter
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public sealed class VignetteModeParameter : VolumeParameter<VignetteMode>

    Constructors

    VignetteModeParameter(VignetteMode, Boolean)

    Creates a new VignetteModeParameter instance.

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