Class Vector4Parameter
A ParameterOverride<T> that holds a 
Inherited Members
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
[Serializable]
public sealed class Vector4Parameter : ParameterOverride<Vector4>
Remarks
The interpolation method for this parameter is the same as 
Methods
Interp(Vector4, Vector4, Single)
Declaration
public override void Interp(Vector4 from, Vector4 to, float t)
Parameters
| Type | Name | Description | 
|---|---|---|
| Vector4 | from | |
| Vector4 | to | |
| System.Single | t | 
Overrides
UnityEngine.Rendering.PostProcessing.ParameterOverride<Vector4>.Interp(Vector4, Vector4, System.Single)
Operators
Implicit(Vector4Parameter to Vector2)
Implicit conversion between Vector4Parameter and a 
Declaration
public static implicit operator Vector2(Vector4Parameter prop)
Parameters
| Type | Name | Description | 
|---|---|---|
| Vector4Parameter | prop | The parameter to implicitly cast  | 
Returns
| Type | Description | 
|---|---|
| Vector2 | 
Implicit(Vector4Parameter to Vector3)
Implicit conversion between Vector4Parameter and a 
Declaration
public static implicit operator Vector3(Vector4Parameter prop)
Parameters
| Type | Name | Description | 
|---|---|---|
| Vector4Parameter | prop | The parameter to implicitly cast  | 
Returns
| Type | Description | 
|---|---|
| Vector3 |