Class IntParameter
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.Rendering
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.Experimental.Rendering.VolumeParameter<System.Int32>.Interp(System.Int32, System.Int32, System.Single)