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