Enum FogColorMode
Fog Color Mode.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum FogColorMode
Fields
| Name | Description | Value | 
|---|---|---|
| ConstantColor | Fog is a constant color.  | 
0 | 
| SkyColor | Fog uses the current sky to determine its color.  | 
1 |