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
| Name | Description |
|---|---|
| NoInterpVector2Parameter(Vector2, bool) | Creates a new NoInterpVector2Parameter instance. |