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