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