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