Class Vector2Parameter
A VolumeParameter that holds a Vector2
value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class Vector2Parameter : VolumeParameter<Vector2>, ICloneable, IEquatable<VolumeParameter<Vector2>>
Constructors
Name | Description |
---|---|
Vector2Parameter(Vector2, bool) | Creates a new Vector2Parameter instance. |
Methods
Name | Description |
---|---|
Interp(Vector2, Vector2, float) | Interpolates between two |