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