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