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