Class NoInterpCubemapParameter
A VolumeParameter that holds a non-interpolating Cubemap
value.
Inherited Members
Namespace: UnityEngine.Rendering
Syntax
[Serializable]
public class NoInterpCubemapParameter : VolumeParameter<Cubemap>, IEquatable<VolumeParameter<Cubemap>>
Constructors
NoInterpCubemapParameter(Cubemap, Boolean)
Creates a new NoInterpCubemapParameter instance.
Declaration
public NoInterpCubemapParameter(Cubemap value, bool overrideState = false)
Parameters
Type | Name | Description |
---|---|---|
Cubemap | value | The initial value to store in the parameter. |
Boolean | overrideState | The initial override state for the parameter. |
Methods
GetHashCode()
Returns a hash code for the current object.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | A hash code for the current object. |
Overrides
UnityEngine.Rendering.VolumeParameter<UnityEngine.Cubemap>.GetHashCode()