Enum FogControl
Options that control the quality and resource intensity of the volumetric fog.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum FogControl
Fields
Name | Description | Value |
---|---|---|
Balance | Use this mode if you want to change the fog control properties based on a higher abstraction level centered around performance. |
0 |
Manual | Use this mode if you want to have direct access to the internal properties that control volumetric fog. |
1 |