Class NoInterpVector4Parameter
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
[Serializable]
public class NoInterpVector4Parameter : VolumeParameter<Vector4>, IEquatable<VolumeParameter<Vector4>>
Constructors
NoInterpVector4Parameter(Vector4, Boolean)
Declaration
public NoInterpVector4Parameter(Vector4 value, bool overrideState = false)
Parameters
Type | Name | Description |
---|---|---|
Vector4 | value | |
System.Boolean | overrideState |