Class FloatParameter
A VolumeParameter that holds a float value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class FloatParameter : VolumeParameter<float>, ICloneable, IEquatable<VolumeParameter<float>>
Constructors
| Name | Description |
|---|---|
| FloatParameter(float, bool) | Creates a new FloatParameter instance. |
Methods
| Name | Description |
|---|---|
| Interp(float, float, float) | Interpolates between two |