Enum SkyAmbientMode
Sky Ambient Mode.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum SkyAmbientMode
Fields
Name | Description | Value |
---|---|---|
Static | HDRP will use the static lighting sky setup in the lighting panel to compute the global ambient probe. |
0 |
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. |
1 |