Struct WaterSpectrumParameters
Structure that holds all the data that allows us to define the water spectrum.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public struct WaterSpectrumParameters
Methods
| Name | Description |
|---|---|
| Equals(object) | Returns true if the WaterSpectrumParameters is equal to a given WaterSpectrumParameters, false otherwise. |
| GetHashCode() | Get an appropriate hash value for this NPath. |
Operators
| Name | Description |
|---|---|
| operator ==(WaterSpectrumParameters, WaterSpectrumParameters) | Compare two WaterSpectrumParameters for equality. |
| operator !=(WaterSpectrumParameters, WaterSpectrumParameters) | Compare two WaterSpectrumParameters for inequality. |