docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BloomResolutionParameter

    A UnityEngine.Rendering.VolumeParameter that holds a BloomResolution value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<BloomResolution>
    BloomResolutionParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<BloomResolution>>
    Inherited Members
    VolumeParameter<BloomResolution>.value
    VolumeParameter<BloomResolution>.Interp(BloomResolution, BloomResolution, float)
    VolumeParameter<BloomResolution>.Override(BloomResolution)
    VolumeParameter<BloomResolution>.SetValue(VolumeParameter)
    VolumeParameter<BloomResolution>.GetHashCode()
    VolumeParameter<BloomResolution>.ToString()
    VolumeParameter<BloomResolution>.Equals(VolumeParameter<BloomResolution>)
    VolumeParameter<BloomResolution>.Equals(object)
    VolumeParameter<BloomResolution>.Clone()
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    [Serializable]
    public sealed class BloomResolutionParameter : VolumeParameter<BloomResolution>, ICloneable, IEquatable<VolumeParameter<BloomResolution>>

    Constructors

    BloomResolutionParameter(BloomResolution, bool)

    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.

    bool overrideState

    The initial override state for the parameter.

    Implements

    ICloneable
    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)