Class BloomResolutionParameter
A VolumeParameter that holds a BloomResolution value.
Implements
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public sealed class BloomResolutionParameter : VolumeParameter<BloomResolution>, 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. |