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