Class NoInterpVector2Parameter
A VolumeParameter that holds a non-interpolating Vector2
value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class NoInterpVector2Parameter : VolumeParameter<Vector2>, ICloneable, IEquatable<VolumeParameter<Vector2>>
Constructors
NoInterpVector2Parameter(Vector2, bool)
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. |
bool | overrideState | The initial override state for the parameter. |