Class IntParameter
Inheritance
System.Object
IntParameter
Syntax
[Serializable]
public class IntParameter : VolumeParameter<int>, IEquatable<VolumeParameter<int>>
Constructors
IntParameter(Int32, Boolean)
Declaration
public IntParameter(int value, bool overrideState = false)
Parameters
Type |
Name |
Description |
System.Int32 |
value |
|
System.Boolean |
overrideState |
|
Methods
Interp(Int32, Int32, Single)
Declaration
public override sealed void Interp(int from, int to, float t)
Parameters
Type |
Name |
Description |
System.Int32 |
from |
|
System.Int32 |
to |
|
System.Single |
t |
|
Overrides
UnityEngine.Rendering.VolumeParameter<System.Int32>.Interp(System.Int32, System.Int32, System.Single)