Class NoInterpTextureParameter
A VolumeParameter that holds a non-interpolating Texture value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class NoInterpTextureParameter : VolumeParameter<Texture>, ICloneable, IEquatable<VolumeParameter<Texture>>
Constructors
| Name | Description |
|---|---|
| NoInterpTextureParameter(Texture, bool) | Creates a new NoInterpTextureParameter instance. |
Methods
| Name | Description |
|---|---|
| GetHashCode() | Returns a hash code for the current object. |