Enum SkyType
Informative enumeration containing SkyUniqeIDs already used by HDRP. When users write their own sky type, they can use any ID not present in this enumeration or in their project.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum SkyType
Fields
Name | Description |
---|---|
Gradient | Gradient Sky Unique ID. |
HDRI | HDRI Sky Unique ID. |
PhysicallyBased | Physically Based Sky Unique ID. |
Procedural | Procedural Sky Unique ID. |