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

    Class BloomResolutionParameter

    A that holds a BloomResolution value.

    Inheritance
    Object
    BloomResolutionParameter
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public sealed class BloomResolutionParameter : VolumeParameter<BloomResolution>

    Constructors

    BloomResolutionParameter(BloomResolution, Boolean)

    Creates a new BloomResolutionParameter instance.

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