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