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