Enum WaterSurface.UnderWaterScatteringColorMode
Controls how the scattering color is evaluated for the underwater scenario.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum UnderWaterScatteringColorMode
Fields
Name | Description | Value |
---|---|---|
ScatteringColor | The scattering color is used as the underwater scattering color. |
0 |
Custom | The property needs to be specified manually. |
1 |