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