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