Class NoInterpFloatParameter
A VolumeParameter that holds a non-interpolating float
value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class NoInterpFloatParameter : VolumeParameter<float>, ICloneable, IEquatable<VolumeParameter<float>>
Constructors
NoInterpFloatParameter(float, bool)
Creates a new NoInterpFloatParameter instance.
Declaration
public NoInterpFloatParameter(float value, bool overrideState = false)
Parameters
Type | Name | Description |
---|---|---|
float | value | The initial value to store in the parameter |
bool | overrideState | The initial override state for the parameter. |