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