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