Enum FogColorMode
Fog Color Mode.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1)]
public enum FogColorMode
Fields
Name | Description | Value |
---|---|---|
ConstantColor | Fog is a constant color. |
|
SkyColor | Fog uses the current sky to determine its color. |