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