Class NoInterpVector4Parameter
A VolumeParameter that holds a non-interpolating Vector4
value.
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
public class NoInterpVector4Parameter : VolumeParameter<Vector4>, IEquatable<VolumeParameter<Vector4>>
Constructors
NoInterpVector4Parameter(Vector4, Boolean)
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. |
Boolean | overrideState | The initial override state for the parameter. |