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