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