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
Syntax
public enum SkyType
Fields
Name | Description | Value |
---|---|---|
HDRI | HDRI Sky Unique ID. |
1 |
Procedural | Procedural Sky Unique ID. |
2 |
Gradient | Gradient Sky Unique ID. |
3 |
PhysicallyBased | Physically Based Sky Unique ID. |
4 |