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