Class MinFloatParameter
A VolumeParameter that holds a float value clamped to a minimum value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class MinFloatParameter : FloatParameter, ICloneable, IEquatable<VolumeParameter<float>>
Constructors
| Name | Description |
|---|---|
| MinFloatParameter(float, float, bool) | Creates a new MinFloatParameter instance. |
Fields
| Name | Description |
|---|---|
| min | The minimum value to clamp this parameter to. |
Properties
| Name | Description |
|---|---|
| value | The value that this parameter stores. |