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