Class IntParameter
A ParameterOverride<T> that holds a int value.
Inherited Members
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
[Serializable]
public sealed class IntParameter : ParameterOverride<int>
Remarks
The interpolation method for this parameter is the same as int.
Methods
Interp(Int32, Int32, Single)
Declaration
public override void Interp(int from, int to, float t)
Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | from | |
| System.Int32 | to | |
| System.Single | t | 
Overrides
UnityEngine.Rendering.PostProcessing.ParameterOverride<System.Int32>.Interp(System.Int32, System.Int32, System.Single)