Enum SkyAmbientMode
Sky Ambient Mode.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum SkyAmbientMode
  Fields
| Name | Description | 
|---|---|
| Dynamic | HDRP will use the current sky used for lighting (either the one setup in the Visual Environment component or the Sky Lighting Override) to compute the global ambient probe.  | 
      
| Static | HDRP will use the static lighting sky setup in the lighting panel to compute the global ambient probe.  |