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
| Name | Description |
|---|---|
| NoInterpFloatParameter(float, bool) | Creates a new NoInterpFloatParameter instance. |